COLOR #02090E

HEX: #02090E
RGB: (2,9,14)

Color info

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

RGB color model

#02090E color RGB value is (2,9,14).

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

RGB channels and saturation

R 2 of 255 = 1%
G 9 of 255 = 4%
B 14 of 255 = 5%

2
9
14

R + G + B ~ 3%. #02090E is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 9 + 14 = 25 (100%)
R 2 of 25 ~ 8%
G 9 of 25 ~ 36%
B 14 of 25 ~ 56%

%36
%56

CMYK color model

#02090E color CMYK value is (86,36,0,95).

  • cyan value is 85.71%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(86,36,0,95)
C86M36Y0K95 
(86%,36%,0%,95%)
(0.86/0.36/0.00/0.95)	

CMYK percentages

%85.71
%35.71
%0
%94.51

Codes

Color #02090E in popluar color models

02090E
RGB2914
HSL205°75.00%3.14%
HSB/HSV205°85.71%5.49%
CMYK85.71%35.71%0.00%
94.51%

Color #02090E in popluar number systems.

HEX02090E
Decimal2914
Binary1010011110
Octal21116

Shades and tints

Shades of #02090E

#02090E
(2,9,14)
#02090D
(2,9,13)
#02090C
(2,9,12)
#02090B
(2,9,11)
#02090A
(2,9,10)
#020909
(2,9,9)
#020908
(2,9,8)
#020907
(2,9,7)
#020906
(2,9,6)
#020905
(2,9,5)
#020904
(2,9,4)
#000000
(0,0,0)

Tints of #02090E

#02090E
(2,9,14)
#191F23
(25,31,35)
#303538
(48,53,56)
#474B4D
(71,75,77)
#5E6162
(94,97,98)
#757777
(117,119,119)
#8C8D8C
(140,141,140)
#A3A3A1
(163,163,161)
#BAB9B6
(186,185,182)
#D1CFCB
(209,207,203)
#E8E5E0
(232,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02090E; }

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

This text font color is #02090E.


Background Color

.myBgColor { background-color: #02090E; }

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

This div background color is #02090E.


Border color

.myBorderColor { border: 1px solid #02090E; }

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

This div border color is #02090E.


Opacity

.myOpacity80 { color: #02090E; opacity: 0.8; }

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

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

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

This text has shadow with #02090E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02090E on black background.


Color preview on white background

This text has color #02090E on white background.



Black color preview on #02090E background

This text has black color on #02090E background.


White color preview on #02090E background

This text has white color on #02090E background.