COLOR #05204D

HEX: #05204D
RGB: (5,32,77)

Color info

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

RGB color model

#05204D color RGB value is (5,32,77).

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

RGB channels and saturation

R 5 of 255 = 2%
G 32 of 255 = 13%
B 77 of 255 = 30%

5
32
77

R + G + B ~ 15%. #05204D is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 32 + 77 = 114 (100%)
R 5 of 114 ~ 4.39%
G 32 of 114 ~ 28.07%
B 77 of 114 ~ 67.54%

%28.07
%67.54

CMYK color model

#05204D color CMYK value is (94,58,0,70).

  • cyan value is 93.51%
  • magenta value is 58.44%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(94,58,0,70)
C94M58Y0K70 
(94%,58%,0%,70%)
(0.94/0.58/0.00/0.70)	

CMYK percentages

%93.51
%58.44
%0
%69.8

Codes

Color #05204D in popluar color models

05204D
RGB53277
HSL218°87.80%16.08%
HSB/HSV218°93.51%30.20%
CMYK93.51%58.44%0.00%
69.80%

Color #05204D in popluar number systems.

HEX05204D
Decimal53277
Binary1011000001001101
Octal540115

Shades and tints

Shades of #05204D

#05204D
(5,32,77)
#051E46
(5,30,70)
#051C3F
(5,28,63)
#051A38
(5,26,56)
#051831
(5,24,49)
#05162A
(5,22,42)
#051423
(5,20,35)
#05121C
(5,18,28)
#051015
(5,16,21)
#050E0E
(5,14,14)
#050C07
(5,12,7)
#000000
(0,0,0)

Tints of #05204D

#05204D
(5,32,77)
#1B345D
(27,52,93)
#31486D
(49,72,109)
#475C7D
(71,92,125)
#5D708D
(93,112,141)
#73849D
(115,132,157)
#8998AD
(137,152,173)
#9FACBD
(159,172,189)
#B5C0CD
(181,192,205)
#CBD4DD
(203,212,221)
#E1E8ED
(225,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05204D; }

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

This text font color is #05204D.


Background Color

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

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

This div background color is #05204D.


Border color

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

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

This div border color is #05204D.


Opacity

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

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

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

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

This text has shadow with #05204D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05204D on black background.


Color preview on white background

This text has color #05204D on white background.



Black color preview on #05204D background

This text has black color on #05204D background.


White color preview on #05204D background

This text has white color on #05204D background.