COLOR #00022F

HEX: #00022F
RGB: (0,2,47)

Color info

#00022F contains only green and blue colors. Web safe color of #00022F is #000033 (or #003).

RGB color model

#00022F color RGB value is (0,2,47).

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

RGB channels and saturation

R 0 of 255 = 0%
G 2 of 255 = 1%
B 47 of 255 = 18%

0
2
47

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

Portions of RGB colors in percentages

R + G + B =
0 + 2 + 47 = 49 (100%)
R 0 of 49 ~ 0%
G 2 of 49 ~ 4.08%
B 47 of 49 ~ 95.92%

%95.92

CMYK color model

#00022F color CMYK value is (100,96,0,82).

  • cyan value is 100.00%
  • magenta value is 95.74%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(100,96,0,82)
C100M96Y0K82 
(100%,96%,0%,82%)
(1.00/0.96/0.00/0.82)	

CMYK percentages

%100
%95.74
%0
%81.57

Codes

Color #00022F in popluar color models

00022F
RGB0247
HSL237°100.00%9.22%
HSB/HSV237°100.00%18.43%
CMYK100.00%95.74%0.00%
81.57%

Color #00022F in popluar number systems.

HEX00022F
Decimal0247
Binary010101111
Octal0257

Shades and tints

Shades of #00022F

#00022F
(0,2,47)
#00022B
(0,2,43)
#000227
(0,2,39)
#000223
(0,2,35)
#00021F
(0,2,31)
#00021B
(0,2,27)
#000217
(0,2,23)
#000213
(0,2,19)
#00020F
(0,2,15)
#00020B
(0,2,11)
#000207
(0,2,7)
#000000
(0,0,0)

Tints of #00022F

#00022F
(0,2,47)
#171941
(23,25,65)
#2E3053
(46,48,83)
#454765
(69,71,101)
#5C5E77
(92,94,119)
#737589
(115,117,137)
#8A8C9B
(138,140,155)
#A1A3AD
(161,163,173)
#B8BABF
(184,186,191)
#CFD1D1
(207,209,209)
#E6E8E3
(230,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00022F; }

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

This text font color is #00022F.


Background Color

.myBgColor { background-color: #00022F; }

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

This div background color is #00022F.


Border color

.myBorderColor { border: 1px solid #00022F; }

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

This div border color is #00022F.


Opacity

.myOpacity80 { color: #00022F; opacity: 0.8; }

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

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

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

This text has shadow with #00022F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00022F on black background.


Color preview on white background

This text has color #00022F on white background.



Black color preview on #00022F background

This text has black color on #00022F background.


White color preview on #00022F background

This text has white color on #00022F background.