COLOR #00204D

HEX: #00204D
RGB: (0,32,77)

Color info

#00204D contains only green and blue colors. Web safe color of #00204D is #003333 (or #033).

RGB color model

#00204D color RGB value is (0,32,77).

  • red value is 0;
  • green value is 32;
  • blue value is 77.
RGB:
(0,32,77)
(0%,13%,30%)

RGB channels and saturation

R 0 of 255 = 0%
G 32 of 255 = 13%
B 77 of 255 = 30%

0
32
77

R + G + B ~ 14%. #00204D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 32 + 77 = 109 (100%)
R 0 of 109 ~ 0%
G 32 of 109 ~ 29.36%
B 77 of 109 ~ 70.64%

%29.36
%70.64

CMYK color model

#00204D color CMYK value is (100,58,0,70).

  • cyan value is 100.00%
  • magenta value is 58.44%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(100,58,0,70)
C100M58Y0K70 
(100%,58%,0%,70%)
(1.00/0.58/0.00/0.70)	

CMYK percentages

%100
%58.44
%0
%69.8

Codes

Color #00204D in popluar color models

00204D
RGB03277
HSL215°100.00%15.10%
HSB/HSV215°100.00%30.20%
CMYK100.00%58.44%0.00%
69.80%

Color #00204D in popluar number systems.

HEX00204D
Decimal03277
Binary01000001001101
Octal040115

Shades and tints

Shades of #00204D

#00204D
(0,32,77)
#001E46
(0,30,70)
#001C3F
(0,28,63)
#001A38
(0,26,56)
#001831
(0,24,49)
#00162A
(0,22,42)
#001423
(0,20,35)
#00121C
(0,18,28)
#001015
(0,16,21)
#000E0E
(0,14,14)
#000C07
(0,12,7)
#000000
(0,0,0)

Tints of #00204D

#00204D
(0,32,77)
#17345D
(23,52,93)
#2E486D
(46,72,109)
#455C7D
(69,92,125)
#5C708D
(92,112,141)
#73849D
(115,132,157)
#8A98AD
(138,152,173)
#A1ACBD
(161,172,189)
#B8C0CD
(184,192,205)
#CFD4DD
(207,212,221)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00204D color. Also use rgb(0,32,77) instead hex code.

Text Font Color

.myTextColor { color: #00204D; }

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

This text font color is #00204D.


Background Color

.myBgColor { background-color: #00204D; }

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

This div background color is #00204D.


Border color

.myBorderColor { border: 1px solid #00204D; }

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

This div border color is #00204D.


Opacity

.myOpacity80 { color: #00204D; opacity: 0.8; }

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

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

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

This text has shadow with #00204D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00204D on black background.


Color preview on white background

This text has color #00204D on white background.



Black color preview on #00204D background

This text has black color on #00204D background.


White color preview on #00204D background

This text has white color on #00204D background.