COLOR #051D4D

HEX: #051D4D RGB: (5,29,77)

Color info

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

RGB color model

#051D4D color RGB value is (5,29,77).

RGB: (5,29,77) (2%, 11%, 30%)

RGB channels and saturation

R 5 of 255 = 2%
G 29 of 255 = 11%
B 77 of 255 = 30%

5
29
77

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

Portions of RGB colors in percentages

R + G + B = 5 + 29 + 77 = 111 (100%)
R 5 of 111 ~ 4.5%
G 29 of 111 ~ 26.13%
B 77 of 111 ~ 69.37'%

%26.13
%69.37

CMYK color model

#051D4D color CMYK value is (94,62,0,70).

  • cyan value is 93.51%
  • magenta value is 62.34%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (94,62,0,70)
C94M62Y0K70 (94%, 62%, 0%, 70%)
(0.94 / 0.62 / 0.00 / 0.70)

CMYK percentages

%93.51
%62.34
%0
%69.8

Codes

Color #051D4D in popluar color models

05 1D 4D
RGB 5 29 77
HSL 220° 87.80% 16.08%
HSB/HSV 220° 93.51% 30.20%
CMYK 93.51% 62.34% 0.00%
69.80%

Color #051D4D in popluar number systems.

HEX 05 1D 4D
Decimal 5 29 77
Binary 101 11101 1001101
Octal 5 35 115

Shades and tints

Shades of #051D4D

#051D4D
(5,29,77)
#051B46
(5,27,70)
#05193F
(5,25,63)
#051738
(5,23,56)
#051531
(5,21,49)
#05132A
(5,19,42)
#051123
(5,17,35)
#050F1C
(5,15,28)
#050D15
(5,13,21)
#050B0E
(5,11,14)
#050907
(5,9,7)
#000000
(0,0,0)

Tints of #051D4D

#051D4D
(5,29,77)
#1B315D
(27,49,93)
#31456D
(49,69,109)
#47597D
(71,89,125)
#5D6D8D
(93,109,141)
#73819D
(115,129,157)
#8995AD
(137,149,173)
#9FA9BD
(159,169,189)
#B5BDCD
(181,189,205)
#CBD1DD
(203,209,221)
#E1E5ED
(225,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051D4D; }

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

This text font color is #051D4D.

Background Color

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

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

This div background color is #051D4D.

Border color

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

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

This div border color is #051D4D.

Opacity

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

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

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

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

This text has shadow with #051D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051D4D.

Preview

Color preview on black background

This text has color #051D4D on black background.


Color preview on white background

This text has color #051D4D on white background.


Black color preview on #051D4D background

This text has black color on #051D4D background.


White color preview on #051D4D background

This text has white color on #051D4D background.


Related colors

Complementary color

Complementary color for #hex is #FAE2B2.


I love getcolorcode.com

Triadic colors

1 #4D051D and #1D4D05 with #051D4D are triadic colors.

2 #4D1D05 and #1D054D with #051D4D are triadic colors.