COLOR #021219

HEX: #021219 RGB: (2,18,25)

Color info

#021219 contains red, green and blue colors in about the same proportion. Web safe color of #021219 is #000000 (or #000).

RGB color model

#021219 color RGB value is (2,18,25).

RGB: (2,18,25) (1%, 7%, 10%)

RGB channels and saturation

R 2 of 255 = 1%
G 18 of 255 = 7%
B 25 of 255 = 10%

2
18
25

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

Portions of RGB colors in percentages

R + G + B = 2 + 18 + 25 = 45 (100%)
R 2 of 45 ~ 4.44%
G 18 of 45 ~ 40%
B 25 of 45 ~ 55.56'%

%40
%55.56

CMYK color model

#021219 color CMYK value is (92,28,0,90).

  • cyan value is 92.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK: (92,28,0,90) C92M28Y0K90 (92%,28%,0%,90%) (0.92/0.28/0.00/0.90) 

CMYK percentages

%92
%28
%0
%90.2

Codes

Color #021219 in popluar color models

02 12 19
RGB 2 18 25
HSL 198° 85.19% 5.29%
HSB/HSV 198° 92.00% 9.80%
CMYK 92.00% 28.00% 0.00%
90.20%

Color #021219 in popluar number systems.

HEX 02 12 19
Decimal 2 18 25
Binary 10 10010 11001
Octal 2 22 31

Shades and tints

Shades of #021219

#021219
(2,18,25)
#021117
(2,17,23)
#021015
(2,16,21)
#020F13
(2,15,19)
#020E11
(2,14,17)
#020D0F
(2,13,15)
#020C0D
(2,12,13)
#020B0B
(2,11,11)
#020A09
(2,10,9)
#020907
(2,9,7)
#020805
(2,8,5)
#000000
(0,0,0)

Tints of #021219

#021219
(2,18,25)
#19272D
(25,39,45)
#303C41
(48,60,65)
#475155
(71,81,85)
#5E6669
(94,102,105)
#757B7D
(117,123,125)
#8C9091
(140,144,145)
#A3A5A5
(163,165,165)
#BABAB9
(186,186,185)
#D1CFCD
(209,207,205)
#E8E4E1
(232,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #021219; }

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

This text font color is #021219.

Background Color

.myBgColor { background-color: #021219; }

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

This div background color is #021219.

Border color

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

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

This div border color is #021219.

Opacity

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

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

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

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

This text has shadow with #021219 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #021219.

Preview

Color preview on black background

This text has color #021219 on black background.


Color preview on white background

This text has color #021219 on white background.


Black color preview on #021219 background

This text has black color on #021219 background.


White color preview on #021219 background

This text has white color on #021219 background.


Related colors

Complementary color

Complementary color for #hex is #FDEDE6.


I love getcolorcode.com

Triadic colors

1 #190212 and #121902 with #021219 are triadic colors.

2 #191202 and #120219 with #021219 are triadic colors.