COLOR #051B45

HEX: #051B45
RGB: (5,27,69)

Color info

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

RGB color model

#051B45 color RGB value is (5,27,69).

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

RGB channels and saturation

R 5 of 255 = 2%
G 27 of 255 = 11%
B 69 of 255 = 27%

5
27
69

R + G + B ~ 13%. #051B45 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 27 + 69 = 101 (100%)
R 5 of 101 ~ 4.95%
G 27 of 101 ~ 26.73%
B 69 of 101 ~ 68.32%

%26.73
%68.32

CMYK color model

#051B45 color CMYK value is (93,61,0,73).

  • cyan value is 92.75%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(93,61,0,73)
C93M61Y0K73 
(93%,61%,0%,73%)
(0.93/0.61/0.00/0.73)	

CMYK percentages

%92.75
%60.87
%0
%72.94

Codes

Color #051B45 in popluar color models

051B45
RGB52769
HSL219°86.49%14.51%
HSB/HSV219°92.75%27.06%
CMYK92.75%60.87%0.00%
72.94%

Color #051B45 in popluar number systems.

HEX051B45
Decimal52769
Binary101110111000101
Octal533105

Shades and tints

Shades of #051B45

#051B45
(5,27,69)
#05193F
(5,25,63)
#051739
(5,23,57)
#051533
(5,21,51)
#05132D
(5,19,45)
#051127
(5,17,39)
#050F21
(5,15,33)
#050D1B
(5,13,27)
#050B15
(5,11,21)
#05090F
(5,9,15)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #051B45

#051B45
(5,27,69)
#1B2F55
(27,47,85)
#314365
(49,67,101)
#475775
(71,87,117)
#5D6B85
(93,107,133)
#737F95
(115,127,149)
#8993A5
(137,147,165)
#9FA7B5
(159,167,181)
#B5BBC5
(181,187,197)
#CBCFD5
(203,207,213)
#E1E3E5
(225,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051B45; }

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

This text font color is #051B45.


Background Color

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

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

This div background color is #051B45.


Border color

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

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

This div border color is #051B45.


Opacity

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

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

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

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

This text has shadow with #051B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051B45 on black background.


Color preview on white background

This text has color #051B45 on white background.



Black color preview on #051B45 background

This text has black color on #051B45 background.


White color preview on #051B45 background

This text has white color on #051B45 background.