COLOR #051D61

HEX: #051D61
RGB: (5,29,97)

Color info

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

RGB color model

#051D61 color RGB value is (5,29,97).

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

RGB channels and saturation

R 5 of 255 = 2%
G 29 of 255 = 11%
B 97 of 255 = 38%

5
29
97

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

Portions of RGB colors in percentages

R + G + B =
5 + 29 + 97 = 131 (100%)
R 5 of 131 ~ 3.82%
G 29 of 131 ~ 22.14%
B 97 of 131 ~ 74.05%

%22.14
%74.05

CMYK color model

#051D61 color CMYK value is (95,70,0,62).

  • cyan value is 94.85%
  • magenta value is 70.10%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(95,70,0,62)
C95M70Y0K62 
(95%,70%,0%,62%)
(0.95/0.70/0.00/0.62)	

CMYK percentages

%94.85
%70.1
%0
%61.96

Codes

Color #051D61 in popluar color models

051D61
RGB52997
HSL224°90.20%20.00%
HSB/HSV224°94.85%38.04%
CMYK94.85%70.10%0.00%
61.96%

Color #051D61 in popluar number systems.

HEX051D61
Decimal52997
Binary101111011100001
Octal535141

Shades and tints

Shades of #051D61

#051D61
(5,29,97)
#051B59
(5,27,89)
#051951
(5,25,81)
#051749
(5,23,73)
#051541
(5,21,65)
#051339
(5,19,57)
#051131
(5,17,49)
#050F29
(5,15,41)
#050D21
(5,13,33)
#050B19
(5,11,25)
#050911
(5,9,17)
#000000
(0,0,0)

Tints of #051D61

#051D61
(5,29,97)
#1B316F
(27,49,111)
#31457D
(49,69,125)
#47598B
(71,89,139)
#5D6D99
(93,109,153)
#7381A7
(115,129,167)
#8995B5
(137,149,181)
#9FA9C3
(159,169,195)
#B5BDD1
(181,189,209)
#CBD1DF
(203,209,223)
#E1E5ED
(225,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051D61; }

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

This text font color is #051D61.


Background Color

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

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

This div background color is #051D61.


Border color

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

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

This div border color is #051D61.


Opacity

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

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

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

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

This text has shadow with #051D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051D61 on black background.


Color preview on white background

This text has color #051D61 on white background.



Black color preview on #051D61 background

This text has black color on #051D61 background.


White color preview on #051D61 background

This text has white color on #051D61 background.