COLOR #05204F

HEX: #05204F
RGB: (5,32,79)

Color info

#05204F contains mainly green and blue colors. Web safe color of #05204F is #003366 (or #036).

RGB color model

#05204F color RGB value is (5,32,79).

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

RGB channels and saturation

R 5 of 255 = 2%
G 32 of 255 = 13%
B 79 of 255 = 31%

5
32
79

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

Portions of RGB colors in percentages

R + G + B =
5 + 32 + 79 = 116 (100%)
R 5 of 116 ~ 4.31%
G 32 of 116 ~ 27.59%
B 79 of 116 ~ 68.1%

%27.59
%68.1

CMYK color model

#05204F color CMYK value is (94,59,0,69).

  • cyan value is 93.67%
  • magenta value is 59.49%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(94,59,0,69)
C94M59Y0K69 
(94%,59%,0%,69%)
(0.94/0.59/0.00/0.69)	

CMYK percentages

%93.67
%59.49
%0
%69.02

Codes

Color #05204F in popluar color models

05204F
RGB53279
HSL218°88.10%16.47%
HSB/HSV218°93.67%30.98%
CMYK93.67%59.49%0.00%
69.02%

Color #05204F in popluar number systems.

HEX05204F
Decimal53279
Binary1011000001001111
Octal540117

Shades and tints

Shades of #05204F

#05204F
(5,32,79)
#051E48
(5,30,72)
#051C41
(5,28,65)
#051A3A
(5,26,58)
#051833
(5,24,51)
#05162C
(5,22,44)
#051425
(5,20,37)
#05121E
(5,18,30)
#051017
(5,16,23)
#050E10
(5,14,16)
#050C09
(5,12,9)
#000000
(0,0,0)

Tints of #05204F

#05204F
(5,32,79)
#1B345F
(27,52,95)
#31486F
(49,72,111)
#475C7F
(71,92,127)
#5D708F
(93,112,143)
#73849F
(115,132,159)
#8998AF
(137,152,175)
#9FACBF
(159,172,191)
#B5C0CF
(181,192,207)
#CBD4DF
(203,212,223)
#E1E8EF
(225,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05204F; }

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

This text font color is #05204F.


Background Color

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

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

This div background color is #05204F.


Border color

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

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

This div border color is #05204F.


Opacity

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

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

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

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

This text has shadow with #05204F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05204F on black background.


Color preview on white background

This text has color #05204F on white background.



Black color preview on #05204F background

This text has black color on #05204F background.


White color preview on #05204F background

This text has white color on #05204F background.