COLOR #051B49

HEX: #051B49
RGB: (5,27,73)

Color info

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

RGB color model

#051B49 color RGB value is (5,27,73).

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

RGB channels and saturation

R 5 of 255 = 2%
G 27 of 255 = 11%
B 73 of 255 = 29%

5
27
73

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

Portions of RGB colors in percentages

R + G + B =
5 + 27 + 73 = 105 (100%)
R 5 of 105 ~ 4.76%
G 27 of 105 ~ 25.71%
B 73 of 105 ~ 69.52%

%25.71
%69.52

CMYK color model

#051B49 color CMYK value is (93,63,0,71).

  • cyan value is 93.15%
  • magenta value is 63.01%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(93,63,0,71)
C93M63Y0K71 
(93%,63%,0%,71%)
(0.93/0.63/0.00/0.71)	

CMYK percentages

%93.15
%63.01
%0
%71.37

Codes

Color #051B49 in popluar color models

051B49
RGB52773
HSL221°87.18%15.29%
HSB/HSV221°93.15%28.63%
CMYK93.15%63.01%0.00%
71.37%

Color #051B49 in popluar number systems.

HEX051B49
Decimal52773
Binary101110111001001
Octal533111

Shades and tints

Shades of #051B49

#051B49
(5,27,73)
#051943
(5,25,67)
#05173D
(5,23,61)
#051537
(5,21,55)
#051331
(5,19,49)
#05112B
(5,17,43)
#050F25
(5,15,37)
#050D1F
(5,13,31)
#050B19
(5,11,25)
#050913
(5,9,19)
#05070D
(5,7,13)
#000000
(0,0,0)

Tints of #051B49

#051B49
(5,27,73)
#1B2F59
(27,47,89)
#314369
(49,67,105)
#475779
(71,87,121)
#5D6B89
(93,107,137)
#737F99
(115,127,153)
#8993A9
(137,147,169)
#9FA7B9
(159,167,185)
#B5BBC9
(181,187,201)
#CBCFD9
(203,207,217)
#E1E3E9
(225,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051B49 color. Also use rgb(5,27,73) instead hex code.

Text Font Color

.myTextColor { color: #051B49; }

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

This text font color is #051B49.


Background Color

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

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

This div background color is #051B49.


Border color

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

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

This div border color is #051B49.


Opacity

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

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

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

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

This text has shadow with #051B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051B49 on black background.


Color preview on white background

This text has color #051B49 on white background.



Black color preview on #051B49 background

This text has black color on #051B49 background.


White color preview on #051B49 background

This text has white color on #051B49 background.