COLOR #014959

HEX: #014959
RGB: (1,73,89)

Renk bilgisi

#014959 contains mainly green and blue colors. #014959 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#014959 color RGB value is (1,73,89).

  • kırmız ton 1;
  • yeşil ton 73;
  • mavi ton 89.
RGB:
(1,73,89)
(0%,29%,35%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 73 of 255 = 29%
B 89 of 255 = 35%

1
73
89

R + G + B ~ 21%. #014959 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 73 + 89 = 163 (100%)
R 1 of 163 ~ 0.61%
G 73 of 163 ~ 44.79%
B 89 of 163 ~ 54.6%

%44.79
%54.6

CMYK RENK MODELİ

#014959 rengi CMYK tonu (99,18,0,65).

  • camgöbeği tonu 98.88%
  • eflatun tonu 17.98%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(99,18,0,65)
C99M18Y0K65 
(99%,18%,0%,65%)
(0.99/0.18/0.00/0.65)	

CMYK yüzdeleri

%98.88
%17.98
%0
%65.1

Codes

Color #014959 in popluar color models

014959
RGB17389
HSL191°97.78%17.65%
HSB/HSV191°98.88%34.90%
CMYK98.88%17.98%0.00%
65.10%

Color #014959 in popluar number systems.

HEX014959
Decimal17389
Binary110010011011001
Octal1111131

Shades and tints

Shades of #014959

#014959
(1,73,89)
#014351
(1,67,81)
#013D49
(1,61,73)
#013741
(1,55,65)
#013139
(1,49,57)
#012B31
(1,43,49)
#012529
(1,37,41)
#011F21
(1,31,33)
#011919
(1,25,25)
#011311
(1,19,17)
#010D09
(1,13,9)
#000000
(0,0,0)

Tints of #014959

#014959
(1,73,89)
#185968
(24,89,104)
#2F6977
(47,105,119)
#467986
(70,121,134)
#5D8995
(93,137,149)
#7499A4
(116,153,164)
#8BA9B3
(139,169,179)
#A2B9C2
(162,185,194)
#B9C9D1
(185,201,209)
#D0D9E0
(208,217,224)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014959 color. Also use rgb(1,73,89) instead hex code.

Text Font Color

.myTextColor { color: #014959; }

<p style="color:#014959">This sample text font color is #014959.</p>

This text font color is #014959.


Background Color

.myBgColor { background-color: #014959; }

<div style="background-color:#014959">Inner text</div>

This div background color is #014959.


Border color

.myBorderColor { border: 1px solid #014959; }

<div style="border:3px solid #014959">Div</div>

This div border color is #014959.


Opacity

.myOpacity80 { color: #014959; opacity: 0.8; }

<p style="color:#014959;opacity:0.8;">80%</p>

Text with #014959 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #014959;}

<p style="text-shadow: 3px 3px 1px #014959">Text here.</p>

This text has shadow with #014959 color.

.textShadow {text-shadow: 3px 3px 1px #014959, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #014959, 5px 5px 20px red">Text here.</p>

This text has shadow with #014959 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#014959, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#014959, Direction=45, Strength=4)">Text</p>

This text has shadow with #014959 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #014959;
  -webkit-box-shadow:	1px 1px 3px 2px #014959;
  box-shadow:		1px 1px 3px 2px #014959;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #014959;
-webkit-box-shadow: 1px 1px 3px 2px #014959;
box-shadow:1px 1px 3px 2px #014959;">
Div content here</div>
This div box has shadow with color #014959.

Preview

Color preview on black background

This text has color #014959 on black background.


Color preview on white background

This text has color #014959 on white background.



Black color preview on #014959 background

This text has black color on #014959 background.


White color preview on #014959 background

This text has white color on #014959 background.