COLOR #051E5B

HEX: #051E5B
RGB: (5,30,91)

Color info

#051E5B contains mainly blue color. Web safe color of #051E5B is #003366 (or #036).

RGB color model

#051E5B color RGB value is (5,30,91).

  • red value is 5;
  • green value is 30;
  • blue value is 91.
RGB:
(5,30,91)
(2%,12%,36%)

RGB channels and saturation

R 5 of 255 = 2%
G 30 of 255 = 12%
B 91 of 255 = 36%

5
30
91

R + G + B ~ 17%. #051E5B is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 30 + 91 = 126 (100%)
R 5 of 126 ~ 3.97%
G 30 of 126 ~ 23.81%
B 91 of 126 ~ 72.22%

%23.81
%72.22

CMYK color model

#051E5B color CMYK value is (95,67,0,64).

  • cyan value is 94.51%
  • magenta value is 67.03%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(95,67,0,64)
C95M67Y0K64 
(95%,67%,0%,64%)
(0.95/0.67/0.00/0.64)	

CMYK percentages

%94.51
%67.03
%0
%64.31

Codes

Color #051E5B in popluar color models

051E5B
RGB53091
HSL223°89.58%18.82%
HSB/HSV223°94.51%35.69%
CMYK94.51%67.03%0.00%
64.31%

Color #051E5B in popluar number systems.

HEX051E5B
Decimal53091
Binary101111101011011
Octal536133

Shades and tints

Shades of #051E5B

#051E5B
(5,30,91)
#051C53
(5,28,83)
#051A4B
(5,26,75)
#051843
(5,24,67)
#05163B
(5,22,59)
#051433
(5,20,51)
#05122B
(5,18,43)
#051023
(5,16,35)
#050E1B
(5,14,27)
#050C13
(5,12,19)
#050A0B
(5,10,11)
#000000
(0,0,0)

Tints of #051E5B

#051E5B
(5,30,91)
#1B3269
(27,50,105)
#314677
(49,70,119)
#475A85
(71,90,133)
#5D6E93
(93,110,147)
#7382A1
(115,130,161)
#8996AF
(137,150,175)
#9FAABD
(159,170,189)
#B5BECB
(181,190,203)
#CBD2D9
(203,210,217)
#E1E6E7
(225,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051E5B color. Also use rgb(5,30,91) instead hex code.

Text Font Color

.myTextColor { color: #051E5B; }

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

This text font color is #051E5B.


Background Color

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

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

This div background color is #051E5B.


Border color

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

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

This div border color is #051E5B.


Opacity

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

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

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

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

This text has shadow with #051E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051E5B on black background.


Color preview on white background

This text has color #051E5B on white background.



Black color preview on #051E5B background

This text has black color on #051E5B background.


White color preview on #051E5B background

This text has white color on #051E5B background.