COLOR #051839

HEX: #051839 RGB: (5,24,57)

Color info

#051839 contains red, green and blue colors in about the same proportion. Web safe color of #051839 is #000033 (or #003).

RGB color model

#051839 color RGB value is (5,24,57).

RGB: (5,24,57) (2%, 9%, 22%)

RGB channels and saturation

R 5 of 255 = 2%
G 24 of 255 = 9%
B 57 of 255 = 22%

5
24
57

R + G + B ~ 11%. #051839 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 24 + 57 = 86 (100%)
R 5 of 86 ~ 5.81%
G 24 of 86 ~ 27.91%
B 57 of 86 ~ 66.28'%

%27.91
%66.28

CMYK color model

#051839 color CMYK value is (91,58,0,78).

  • cyan value is 91.23%
  • magenta value is 57.89%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (91,58,0,78)
C91M58Y0K78 (91%, 58%, 0%, 78%)
(0.91 / 0.58 / 0.00 / 0.78)

CMYK percentages

%91.23
%57.89
%0
%77.65

Codes

Color #051839 in popluar color models

05 18 39
RGB 5 24 57
HSL 218° 83.87% 12.16%
HSB/HSV 218° 91.23% 22.35%
CMYK 91.23% 57.89% 0.00%
77.65%

Color #051839 in popluar number systems.

HEX 05 18 39
Decimal 5 24 57
Binary 101 11000 111001
Octal 5 30 71

Shades and tints

Shades of #051839

#051839
(5,24,57)
#051634
(5,22,52)
#05142F
(5,20,47)
#05122A
(5,18,42)
#051025
(5,16,37)
#050E20
(5,14,32)
#050C1B
(5,12,27)
#050A16
(5,10,22)
#050811
(5,8,17)
#05060C
(5,6,12)
#050407
(5,4,7)
#000000
(0,0,0)

Tints of #051839

#051839
(5,24,57)
#1B2D4B
(27,45,75)
#31425D
(49,66,93)
#47576F
(71,87,111)
#5D6C81
(93,108,129)
#738193
(115,129,147)
#8996A5
(137,150,165)
#9FABB7
(159,171,183)
#B5C0C9
(181,192,201)
#CBD5DB
(203,213,219)
#E1EAED
(225,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051839 color. Also use rgb(5,24,57) instead hex code.

Text Font Color

.myTextColor { color: #051839; }

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

This text font color is #051839.

Background Color

.myBgColor { background-color: #051839; }

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

This div background color is #051839.

Border color

.myBorderColor { border: 1px solid #051839; }

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

This div border color is #051839.

Opacity

.myOpacity80 { color: #051839; opacity: 0.8; }

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

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

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

This text has shadow with #051839 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051839.

Preview

Color preview on black background

This text has color #051839 on black background.


Color preview on white background

This text has color #051839 on white background.


Black color preview on #051839 background

This text has black color on #051839 background.


White color preview on #051839 background

This text has white color on #051839 background.


Related colors

Complementary color

Complementary color for #hex is #FAE7C6.


I love getcolorcode.com

Triadic colors

1 #390518 and #183905 with #051839 are triadic colors.

2 #391805 and #180539 with #051839 are triadic colors.