COLOR #051C4E

HEX: #051C4E
RGB: (5,28,78)

Color info

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

RGB color model

#051C4E color RGB value is (5,28,78).

  • red value is 5;
  • green value is 28;
  • blue value is 78.
RGB:
(5,28,78)
(2%,11%,31%)

RGB channels and saturation

R 5 of 255 = 2%
G 28 of 255 = 11%
B 78 of 255 = 31%

5
28
78

R + G + B ~ 15%. #051C4E is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 28 + 78 = 111 (100%)
R 5 of 111 ~ 4.5%
G 28 of 111 ~ 25.23%
B 78 of 111 ~ 70.27%

%25.23
%70.27

CMYK color model

#051C4E color CMYK value is (94,64,0,69).

  • cyan value is 93.59%
  • magenta value is 64.10%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(94,64,0,69)
C94M64Y0K69 
(94%,64%,0%,69%)
(0.94/0.64/0.00/0.69)	

CMYK percentages

%93.59
%64.1
%0
%69.41

Codes

Color #051C4E in popluar color models

051C4E
RGB52878
HSL221°87.95%16.27%
HSB/HSV221°93.59%30.59%
CMYK93.59%64.10%0.00%
69.41%

Color #051C4E in popluar number systems.

HEX051C4E
Decimal52878
Binary101111001001110
Octal534116

Shades and tints

Shades of #051C4E

#051C4E
(5,28,78)
#051A47
(5,26,71)
#051840
(5,24,64)
#051639
(5,22,57)
#051432
(5,20,50)
#05122B
(5,18,43)
#051024
(5,16,36)
#050E1D
(5,14,29)
#050C16
(5,12,22)
#050A0F
(5,10,15)
#050808
(5,8,8)
#000000
(0,0,0)

Tints of #051C4E

#051C4E
(5,28,78)
#1B305E
(27,48,94)
#31446E
(49,68,110)
#47587E
(71,88,126)
#5D6C8E
(93,108,142)
#73809E
(115,128,158)
#8994AE
(137,148,174)
#9FA8BE
(159,168,190)
#B5BCCE
(181,188,206)
#CBD0DE
(203,208,222)
#E1E4EE
(225,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051C4E color. Also use rgb(5,28,78) instead hex code.

Text Font Color

.myTextColor { color: #051C4E; }

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

This text font color is #051C4E.


Background Color

.myBgColor { background-color: #051C4E; }

<div style="background-color:#051C4E">Inner text</div>

This div background color is #051C4E.


Border color

.myBorderColor { border: 1px solid #051C4E; }

<div style="border:3px solid #051C4E">Div</div>

This div border color is #051C4E.


Opacity

.myOpacity80 { color: #051C4E; opacity: 0.8; }

<p style="color:#051C4E;opacity:0.8;">80%</p>

Text with #051C4E 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 #051C4E;}

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

This text has shadow with #051C4E color.

.textShadow {text-shadow: 3px 3px 1px #051C4E, 3px 3px 1px red;}

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

This text has shadow with #051C4E primary color and red secondary color.


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

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

This text has shadow with #051C4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051C4E on black background.


Color preview on white background

This text has color #051C4E on white background.



Black color preview on #051C4E background

This text has black color on #051C4E background.


White color preview on #051C4E background

This text has white color on #051C4E background.