COLOR #001A13

HEX: #001A13
RGB: (0,26,19)

Color info

#001A13 contains only green and blue colors. Web safe color of #001A13 is #000000 (or #000).

RGB color model

#001A13 color RGB value is (0,26,19).

  • red value is 0;
  • green value is 26;
  • blue value is 19.
RGB:
(0,26,19)
(0%,10%,7%)

RGB channels and saturation

R 0 of 255 = 0%
G 26 of 255 = 10%
B 19 of 255 = 7%

0
26
19

R + G + B ~ 6%. #001A13 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 26 + 19 = 45 (100%)
R 0 of 45 ~ 0%
G 26 of 45 ~ 57.78%
B 19 of 45 ~ 42.22%

%57.78
%42.22

CMYK color model

#001A13 color CMYK value is (100,0,27,90).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 89.80%
CMYK:
(100,0,27,90)
C100M0Y27K90 
(100%,0%,27%,90%)
(1.00/0.00/0.27/0.90)	

CMYK percentages

%100
%0
%26.92
%89.8

Codes

Color #001A13 in popluar color models

001A13
RGB02619
HSL164°100.00%5.10%
HSB/HSV164°100.00%10.20%
CMYK100.00%0.00%26.92%
89.80%

Color #001A13 in popluar number systems.

HEX001A13
Decimal02619
Binary01101010011
Octal03223

Shades and tints

Shades of #001A13

#001A13
(0,26,19)
#001812
(0,24,18)
#001611
(0,22,17)
#001410
(0,20,16)
#00120F
(0,18,15)
#00100E
(0,16,14)
#000E0D
(0,14,13)
#000C0C
(0,12,12)
#000A0B
(0,10,11)
#00080A
(0,8,10)
#000609
(0,6,9)
#000000
(0,0,0)

Tints of #001A13

#001A13
(0,26,19)
#172E28
(23,46,40)
#2E423D
(46,66,61)
#455652
(69,86,82)
#5C6A67
(92,106,103)
#737E7C
(115,126,124)
#8A9291
(138,146,145)
#A1A6A6
(161,166,166)
#B8BABB
(184,186,187)
#CFCED0
(207,206,208)
#E6E2E5
(230,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001A13 color. Also use rgb(0,26,19) instead hex code.

Text Font Color

.myTextColor { color: #001A13; }

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

This text font color is #001A13.


Background Color

.myBgColor { background-color: #001A13; }

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

This div background color is #001A13.


Border color

.myBorderColor { border: 1px solid #001A13; }

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

This div border color is #001A13.


Opacity

.myOpacity80 { color: #001A13; opacity: 0.8; }

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

Text with #001A13 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 #001A13;}

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

This text has shadow with #001A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001A13 on black background.


Color preview on white background

This text has color #001A13 on white background.



Black color preview on #001A13 background

This text has black color on #001A13 background.


White color preview on #001A13 background

This text has white color on #001A13 background.