COLOR #051357

HEX: #051357
RGB: (5,19,87)

Color info

#051357 contains mainly blue color. Web safe color of #051357 is #000066 (or #006).

RGB color model

#051357 color RGB value is (5,19,87).

  • red value is 5;
  • green value is 19;
  • blue value is 87.
RGB:
(5,19,87)
(2%,7%,34%)

RGB channels and saturation

R 5 of 255 = 2%
G 19 of 255 = 7%
B 87 of 255 = 34%

5
19
87

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

Portions of RGB colors in percentages

R + G + B =
5 + 19 + 87 = 111 (100%)
R 5 of 111 ~ 4.5%
G 19 of 111 ~ 17.12%
B 87 of 111 ~ 78.38%

%17.12
%78.38

CMYK color model

#051357 color CMYK value is (94,78,0,66).

  • cyan value is 94.25%
  • magenta value is 78.16%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(94,78,0,66)
C94M78Y0K66 
(94%,78%,0%,66%)
(0.94/0.78/0.00/0.66)	

CMYK percentages

%94.25
%78.16
%0
%65.88

Codes

Color #051357 in popluar color models

051357
RGB51987
HSL230°89.13%18.04%
HSB/HSV230°94.25%34.12%
CMYK94.25%78.16%0.00%
65.88%

Color #051357 in popluar number systems.

HEX051357
Decimal51987
Binary101100111010111
Octal523127

Shades and tints

Shades of #051357

#051357
(5,19,87)
#051250
(5,18,80)
#051149
(5,17,73)
#051042
(5,16,66)
#050F3B
(5,15,59)
#050E34
(5,14,52)
#050D2D
(5,13,45)
#050C26
(5,12,38)
#050B1F
(5,11,31)
#050A18
(5,10,24)
#050911
(5,9,17)
#000000
(0,0,0)

Tints of #051357

#051357
(5,19,87)
#1B2866
(27,40,102)
#313D75
(49,61,117)
#475284
(71,82,132)
#5D6793
(93,103,147)
#737CA2
(115,124,162)
#8991B1
(137,145,177)
#9FA6C0
(159,166,192)
#B5BBCF
(181,187,207)
#CBD0DE
(203,208,222)
#E1E5ED
(225,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051357 color. Also use rgb(5,19,87) instead hex code.

Text Font Color

.myTextColor { color: #051357; }

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

This text font color is #051357.


Background Color

.myBgColor { background-color: #051357; }

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

This div background color is #051357.


Border color

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

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

This div border color is #051357.


Opacity

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

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

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

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

This text has shadow with #051357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051357 on black background.


Color preview on white background

This text has color #051357 on white background.



Black color preview on #051357 background

This text has black color on #051357 background.


White color preview on #051357 background

This text has white color on #051357 background.