COLOR #051B53

HEX: #051B53
RGB: (5,27,83)

Color info

#051B53 contains mainly green and blue colors. Web safe color of #051B53 is #003366 (or #036).

RGB color model

#051B53 color RGB value is (5,27,83).

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

RGB channels and saturation

R 5 of 255 = 2%
G 27 of 255 = 11%
B 83 of 255 = 33%

5
27
83

R + G + B ~ 15%. #051B53 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 27 + 83 = 115 (100%)
R 5 of 115 ~ 4.35%
G 27 of 115 ~ 23.48%
B 83 of 115 ~ 72.17%

%23.48
%72.17

CMYK color model

#051B53 color CMYK value is (94,67,0,67).

  • cyan value is 93.98%
  • magenta value is 67.47%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(94,67,0,67)
C94M67Y0K67 
(94%,67%,0%,67%)
(0.94/0.67/0.00/0.67)	

CMYK percentages

%93.98
%67.47
%0
%67.45

Codes

Color #051B53 in popluar color models

051B53
RGB52783
HSL223°88.64%17.25%
HSB/HSV223°93.98%32.55%
CMYK93.98%67.47%0.00%
67.45%

Color #051B53 in popluar number systems.

HEX051B53
Decimal52783
Binary101110111010011
Octal533123

Shades and tints

Shades of #051B53

#051B53
(5,27,83)
#05194C
(5,25,76)
#051745
(5,23,69)
#05153E
(5,21,62)
#051337
(5,19,55)
#051130
(5,17,48)
#050F29
(5,15,41)
#050D22
(5,13,34)
#050B1B
(5,11,27)
#050914
(5,9,20)
#05070D
(5,7,13)
#000000
(0,0,0)

Tints of #051B53

#051B53
(5,27,83)
#1B2F62
(27,47,98)
#314371
(49,67,113)
#475780
(71,87,128)
#5D6B8F
(93,107,143)
#737F9E
(115,127,158)
#8993AD
(137,147,173)
#9FA7BC
(159,167,188)
#B5BBCB
(181,187,203)
#CBCFDA
(203,207,218)
#E1E3E9
(225,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051B53; }

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

This text font color is #051B53.


Background Color

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

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

This div background color is #051B53.


Border color

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

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

This div border color is #051B53.


Opacity

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

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

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

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

This text has shadow with #051B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051B53 on black background.


Color preview on white background

This text has color #051B53 on white background.



Black color preview on #051B53 background

This text has black color on #051B53 background.


White color preview on #051B53 background

This text has white color on #051B53 background.