COLOR #051060

HEX: #051060
RGB: (5,16,96)

Color info

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

RGB color model

#051060 color RGB value is (5,16,96).

  • red value is 5;
  • green value is 16;
  • blue value is 96.
RGB:
(5,16,96)
(2%,6%,38%)

RGB channels and saturation

R 5 of 255 = 2%
G 16 of 255 = 6%
B 96 of 255 = 38%

5
16
96

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

Portions of RGB colors in percentages

R + G + B =
5 + 16 + 96 = 117 (100%)
R 5 of 117 ~ 4.27%
G 16 of 117 ~ 13.68%
B 96 of 117 ~ 82.05%

%13.68
%82.05

CMYK color model

#051060 color CMYK value is (95,83,0,62).

  • cyan value is 94.79%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(95,83,0,62)
C95M83Y0K62 
(95%,83%,0%,62%)
(0.95/0.83/0.00/0.62)	

CMYK percentages

%94.79
%83.33
%0
%62.35

Codes

Color #051060 in popluar color models

051060
RGB51696
HSL233°90.10%19.80%
HSB/HSV233°94.79%37.65%
CMYK94.79%83.33%0.00%
62.35%

Color #051060 in popluar number systems.

HEX051060
Decimal51696
Binary101100001100000
Octal520140

Shades and tints

Shades of #051060

#051060
(5,16,96)
#050F58
(5,15,88)
#050E50
(5,14,80)
#050D48
(5,13,72)
#050C40
(5,12,64)
#050B38
(5,11,56)
#050A30
(5,10,48)
#050928
(5,9,40)
#050820
(5,8,32)
#050718
(5,7,24)
#050610
(5,6,16)
#000000
(0,0,0)

Tints of #051060

#051060
(5,16,96)
#1B256E
(27,37,110)
#313A7C
(49,58,124)
#474F8A
(71,79,138)
#5D6498
(93,100,152)
#7379A6
(115,121,166)
#898EB4
(137,142,180)
#9FA3C2
(159,163,194)
#B5B8D0
(181,184,208)
#CBCDDE
(203,205,222)
#E1E2EC
(225,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051060 color. Also use rgb(5,16,96) instead hex code.

Text Font Color

.myTextColor { color: #051060; }

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

This text font color is #051060.


Background Color

.myBgColor { background-color: #051060; }

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

This div background color is #051060.


Border color

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

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

This div border color is #051060.


Opacity

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

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

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

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

This text has shadow with #051060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051060 on black background.


Color preview on white background

This text has color #051060 on white background.



Black color preview on #051060 background

This text has black color on #051060 background.


White color preview on #051060 background

This text has white color on #051060 background.