COLOR #051C47

HEX: #051C47
RGB: (5,28,71)

Color info

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

RGB color model

#051C47 color RGB value is (5,28,71).

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

RGB channels and saturation

R 5 of 255 = 2%
G 28 of 255 = 11%
B 71 of 255 = 28%

5
28
71

R + G + B ~ 14%. #051C47 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 28 + 71 = 104 (100%)
R 5 of 104 ~ 4.81%
G 28 of 104 ~ 26.92%
B 71 of 104 ~ 68.27%

%26.92
%68.27

CMYK color model

#051C47 color CMYK value is (93,61,0,72).

  • cyan value is 92.96%
  • magenta value is 60.56%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(93,61,0,72)
C93M61Y0K72 
(93%,61%,0%,72%)
(0.93/0.61/0.00/0.72)	

CMYK percentages

%92.96
%60.56
%0
%72.16

Codes

Color #051C47 in popluar color models

051C47
RGB52871
HSL219°86.84%14.90%
HSB/HSV219°92.96%27.84%
CMYK92.96%60.56%0.00%
72.16%

Color #051C47 in popluar number systems.

HEX051C47
Decimal52871
Binary101111001000111
Octal534107

Shades and tints

Shades of #051C47

#051C47
(5,28,71)
#051A41
(5,26,65)
#05183B
(5,24,59)
#051635
(5,22,53)
#05142F
(5,20,47)
#051229
(5,18,41)
#051023
(5,16,35)
#050E1D
(5,14,29)
#050C17
(5,12,23)
#050A11
(5,10,17)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #051C47

#051C47
(5,28,71)
#1B3057
(27,48,87)
#314467
(49,68,103)
#475877
(71,88,119)
#5D6C87
(93,108,135)
#738097
(115,128,151)
#8994A7
(137,148,167)
#9FA8B7
(159,168,183)
#B5BCC7
(181,188,199)
#CBD0D7
(203,208,215)
#E1E4E7
(225,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051C47; }

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

This text font color is #051C47.


Background Color

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

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

This div background color is #051C47.


Border color

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

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

This div border color is #051C47.


Opacity

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

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

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

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

This text has shadow with #051C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051C47 on black background.


Color preview on white background

This text has color #051C47 on white background.



Black color preview on #051C47 background

This text has black color on #051C47 background.


White color preview on #051C47 background

This text has white color on #051C47 background.