COLOR #051D66

HEX: #051D66
RGB: (5,29,102)

Color info

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

RGB color model

#051D66 color RGB value is (5,29,102).

  • red value is 5;
  • green value is 29;
  • blue value is 102.
RGB:
(5,29,102)
(2%,11%,40%)

RGB channels and saturation

R 5 of 255 = 2%
G 29 of 255 = 11%
B 102 of 255 = 40%

5
29
102

R + G + B ~ 18%. #051D66 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 29 + 102 = 136 (100%)
R 5 of 136 ~ 3.68%
G 29 of 136 ~ 21.32%
B 102 of 136 ~ 75%

%21.32
%75

CMYK color model

#051D66 color CMYK value is (95,72,0,60).

  • cyan value is 95.10%
  • magenta value is 71.57%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(95,72,0,60)
C95M72Y0K60 
(95%,72%,0%,60%)
(0.95/0.72/0.00/0.60)	

CMYK percentages

%95.1
%71.57
%0
%60

Codes

Color #051D66 in popluar color models

051D66
RGB529102
HSL225°90.65%20.98%
HSB/HSV225°95.10%40.00%
CMYK95.10%71.57%0.00%
60.00%

Color #051D66 in popluar number systems.

HEX051D66
Decimal529102
Binary101111011100110
Octal535146

Shades and tints

Shades of #051D66

#051D66
(5,29,102)
#051B5D
(5,27,93)
#051954
(5,25,84)
#05174B
(5,23,75)
#051542
(5,21,66)
#051339
(5,19,57)
#051130
(5,17,48)
#050F27
(5,15,39)
#050D1E
(5,13,30)
#050B15
(5,11,21)
#05090C
(5,9,12)
#000000
(0,0,0)

Tints of #051D66

#051D66
(5,29,102)
#1B3173
(27,49,115)
#314580
(49,69,128)
#47598D
(71,89,141)
#5D6D9A
(93,109,154)
#7381A7
(115,129,167)
#8995B4
(137,149,180)
#9FA9C1
(159,169,193)
#B5BDCE
(181,189,206)
#CBD1DB
(203,209,219)
#E1E5E8
(225,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051D66 color. Also use rgb(5,29,102) instead hex code.

Text Font Color

.myTextColor { color: #051D66; }

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

This text font color is #051D66.


Background Color

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

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

This div background color is #051D66.


Border color

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

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

This div border color is #051D66.


Opacity

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

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

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

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

This text has shadow with #051D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051D66 on black background.


Color preview on white background

This text has color #051D66 on white background.



Black color preview on #051D66 background

This text has black color on #051D66 background.


White color preview on #051D66 background

This text has white color on #051D66 background.