COLOR #051E65

HEX: #051E65
RGB: (5,30,101)

Color info

#051E65 contains mainly blue color. Web safe color of #051E65 is #003366 (or #036).

RGB color model

#051E65 color RGB value is (5,30,101).

  • red value is 5;
  • green value is 30;
  • blue value is 101.
RGB:
(5,30,101)
(2%,12%,40%)

RGB channels and saturation

R 5 of 255 = 2%
G 30 of 255 = 12%
B 101 of 255 = 40%

5
30
101

R + G + B ~ 18%. #051E65 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 30 + 101 = 136 (100%)
R 5 of 136 ~ 3.68%
G 30 of 136 ~ 22.06%
B 101 of 136 ~ 74.26%

%22.06
%74.26

CMYK color model

#051E65 color CMYK value is (95,70,0,60).

  • cyan value is 95.05%
  • magenta value is 70.30%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(95,70,0,60)
C95M70Y0K60 
(95%,70%,0%,60%)
(0.95/0.70/0.00/0.60)	

CMYK percentages

%95.05
%70.3
%0
%60.39

Codes

Color #051E65 in popluar color models

051E65
RGB530101
HSL224°90.57%20.78%
HSB/HSV224°95.05%39.61%
CMYK95.05%70.30%0.00%
60.39%

Color #051E65 in popluar number systems.

HEX051E65
Decimal530101
Binary101111101100101
Octal536145

Shades and tints

Shades of #051E65

#051E65
(5,30,101)
#051C5C
(5,28,92)
#051A53
(5,26,83)
#05184A
(5,24,74)
#051641
(5,22,65)
#051438
(5,20,56)
#05122F
(5,18,47)
#051026
(5,16,38)
#050E1D
(5,14,29)
#050C14
(5,12,20)
#050A0B
(5,10,11)
#000000
(0,0,0)

Tints of #051E65

#051E65
(5,30,101)
#1B3273
(27,50,115)
#314681
(49,70,129)
#475A8F
(71,90,143)
#5D6E9D
(93,110,157)
#7382AB
(115,130,171)
#8996B9
(137,150,185)
#9FAAC7
(159,170,199)
#B5BED5
(181,190,213)
#CBD2E3
(203,210,227)
#E1E6F1
(225,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051E65 color. Also use rgb(5,30,101) instead hex code.

Text Font Color

.myTextColor { color: #051E65; }

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

This text font color is #051E65.


Background Color

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

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

This div background color is #051E65.


Border color

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

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

This div border color is #051E65.


Opacity

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

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

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

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

This text has shadow with #051E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051E65 on black background.


Color preview on white background

This text has color #051E65 on white background.



Black color preview on #051E65 background

This text has black color on #051E65 background.


White color preview on #051E65 background

This text has white color on #051E65 background.