COLOR #001219

HEX: #001219
RGB: (0,18,25)

Color info

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

RGB color model

#001219 color RGB value is (0,18,25).

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

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 25 of 255 = 10%

0
18
25

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

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 25 = 43 (100%)
R 0 of 43 ~ 0%
G 18 of 43 ~ 41.86%
B 25 of 43 ~ 58.14%

%41.86
%58.14

CMYK color model

#001219 color CMYK value is (100,28,0,90).

  • cyan value is 100.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(100,28,0,90)
C100M28Y0K90 
(100%,28%,0%,90%)
(1.00/0.28/0.00/0.90)	

CMYK percentages

%100
%28
%0
%90.2

Codes

Color #001219 in popluar color models

001219
RGB01825
HSL197°100.00%4.90%
HSB/HSV197°100.00%9.80%
CMYK100.00%28.00%0.00%
90.20%

Color #001219 in popluar number systems.

HEX001219
Decimal01825
Binary01001011001
Octal02231

Shades and tints

Shades of #001219

#001219
(0,18,25)
#001117
(0,17,23)
#001015
(0,16,21)
#000F13
(0,15,19)
#000E11
(0,14,17)
#000D0F
(0,13,15)
#000C0D
(0,12,13)
#000B0B
(0,11,11)
#000A09
(0,10,9)
#000907
(0,9,7)
#000805
(0,8,5)
#000000
(0,0,0)

Tints of #001219

#001219
(0,18,25)
#17272D
(23,39,45)
#2E3C41
(46,60,65)
#455155
(69,81,85)
#5C6669
(92,102,105)
#737B7D
(115,123,125)
#8A9091
(138,144,145)
#A1A5A5
(161,165,165)
#B8BAB9
(184,186,185)
#CFCFCD
(207,207,205)
#E6E4E1
(230,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001219 color. Also use rgb(0,18,25) instead hex code.

Text Font Color

.myTextColor { color: #001219; }

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

This text font color is #001219.


Background Color

.myBgColor { background-color: #001219; }

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

This div background color is #001219.


Border color

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

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

This div border color is #001219.


Opacity

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

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

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

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

This text has shadow with #001219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001219 on black background.


Color preview on white background

This text has color #001219 on white background.



Black color preview on #001219 background

This text has black color on #001219 background.


White color preview on #001219 background

This text has white color on #001219 background.