COLOR #051D3B

HEX: #051D3B RGB: (5,29,59)

Color info

#051D3B contains red, green and blue colors in about the same proportion. Web safe color of #051D3B is #003333 (or #033).

RGB color model

#051D3B color RGB value is (5,29,59).

RGB: (5,29,59) (2%, 11%, 23%)

RGB channels and saturation

R 5 of 255 = 2%
G 29 of 255 = 11%
B 59 of 255 = 23%

5
29
59

R + G + B ~ 12%. #051D3B is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 29 + 59 = 93 (100%)
R 5 of 93 ~ 5.38%
G 29 of 93 ~ 31.18%
B 59 of 93 ~ 63.44'%

%31.18
%63.44

CMYK color model

#051D3B color CMYK value is (92,51,0,77).

  • cyan value is 91.53%
  • magenta value is 50.85%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (92,51,0,77)
C92M51Y0K77 (92%, 51%, 0%, 77%)
(0.92 / 0.51 / 0.00 / 0.77)

CMYK percentages

%91.53
%50.85
%0
%76.86

Codes

Color #051D3B in popluar color models

05 1D 3B
RGB 5 29 59
HSL 213° 84.38% 12.55%
HSB/HSV 213° 91.53% 23.14%
CMYK 91.53% 50.85% 0.00%
76.86%

Color #051D3B in popluar number systems.

HEX 05 1D 3B
Decimal 5 29 59
Binary 101 11101 111011
Octal 5 35 73

Shades and tints

Shades of #051D3B

#051D3B
(5,29,59)
#051B36
(5,27,54)
#051931
(5,25,49)
#05172C
(5,23,44)
#051527
(5,21,39)
#051322
(5,19,34)
#05111D
(5,17,29)
#050F18
(5,15,24)
#050D13
(5,13,19)
#050B0E
(5,11,14)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #051D3B

#051D3B
(5,29,59)
#1B314C
(27,49,76)
#31455D
(49,69,93)
#47596E
(71,89,110)
#5D6D7F
(93,109,127)
#738190
(115,129,144)
#8995A1
(137,149,161)
#9FA9B2
(159,169,178)
#B5BDC3
(181,189,195)
#CBD1D4
(203,209,212)
#E1E5E5
(225,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051D3B; }

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

This text font color is #051D3B.

Background Color

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

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

This div background color is #051D3B.

Border color

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

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

This div border color is #051D3B.

Opacity

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

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

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

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

This text has shadow with #051D3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051D3B.

Preview

Color preview on black background

This text has color #051D3B on black background.


Color preview on white background

This text has color #051D3B on white background.


Black color preview on #051D3B background

This text has black color on #051D3B background.


White color preview on #051D3B background

This text has white color on #051D3B background.


Related colors

Complementary color

Complementary color for #hex is #FAE2C4.


I love getcolorcode.com

Triadic colors

1 #3B051D and #1D3B05 with #051D3B are triadic colors.

2 #3B1D05 and #1D053B with #051D3B are triadic colors.