COLOR #020009

HEX: #020009
RGB: (2,0,9)

Color info

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

RGB color model

#020009 color RGB value is (2,0,9).

  • red value is 2;
  • green value is 0;
  • blue value is 9.
RGB:
(2,0,9)
(1%,0%,4%)

RGB channels and saturation

R 2 of 255 = 1%
G 0 of 255 = 0%
B 9 of 255 = 4%

2
0
9

R + G + B ~ 2%. #020009 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 0 + 9 = 11 (100%)
R 2 of 11 ~ 18.18%
G 0 of 11 ~ 0%
B 9 of 11 ~ 81.82%

%18.18
%81.82

CMYK color model

#020009 color CMYK value is (78,100,0,96).

  • cyan value is 77.78%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 96.47%
CMYK:
(78,100,0,96)
C78M100Y0K96 
(78%,100%,0%,96%)
(0.78/1.00/0.00/0.96)	

CMYK percentages

%77.78
%100
%0
%96.47

Codes

Color #020009 in popluar color models

020009
RGB209
HSL253°100.00%1.76%
HSB/HSV253°100.00%3.53%
CMYK77.78%100.00%0.00%
96.47%

Color #020009 in popluar number systems.

HEX020009
Decimal209
Binary1001001
Octal2011

Shades and tints

Tints of #020009

#020009
(2,0,9)
#19171F
(25,23,31)
#302E35
(48,46,53)
#47454B
(71,69,75)
#5E5C61
(94,92,97)
#757377
(117,115,119)
#8C8A8D
(140,138,141)
#A3A1A3
(163,161,163)
#BAB8B9
(186,184,185)
#D1CFCF
(209,207,207)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #020009 color. Also use rgb(2,0,9) instead hex code.

Text Font Color

.myTextColor { color: #020009; }

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

This text font color is #020009.


Background Color

.myBgColor { background-color: #020009; }

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

This div background color is #020009.


Border color

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

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

This div border color is #020009.


Opacity

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

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

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

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

This text has shadow with #020009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020009 on black background.


Color preview on white background

This text has color #020009 on white background.



Black color preview on #020009 background

This text has black color on #020009 background.


White color preview on #020009 background

This text has white color on #020009 background.