COLOR #051081

HEX: #051081
RGB: (5,16,129)

Color info

#051081 contains mainly blue color. Web safe color of #051081 is #000099 (or #009).

RGB color model

#051081 color RGB value is (5,16,129).

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

RGB channels and saturation

R 5 of 255 = 2%
G 16 of 255 = 6%
B 129 of 255 = 51%

5
16
129

R + G + B ~ 20%. #051081 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 16 + 129 = 150 (100%)
R 5 of 150 ~ 3.33%
G 16 of 150 ~ 10.67%
B 129 of 150 ~ 86%

%10.67
%86

CMYK color model

#051081 color CMYK value is (96,88,0,49).

  • cyan value is 96.12%
  • magenta value is 87.60%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(96,88,0,49)
C96M88Y0K49 
(96%,88%,0%,49%)
(0.96/0.88/0.00/0.49)	

CMYK percentages

%96.12
%87.6
%0
%49.41

Codes

Color #051081 in popluar color models

051081
RGB516129
HSL235°92.54%26.27%
HSB/HSV235°96.12%50.59%
CMYK96.12%87.60%0.00%
49.41%

Color #051081 in popluar number systems.

HEX051081
Decimal516129
Binary1011000010000001
Octal520201

Shades and tints

Shades of #051081

#051081
(5,16,129)
#050F76
(5,15,118)
#050E6B
(5,14,107)
#050D60
(5,13,96)
#050C55
(5,12,85)
#050B4A
(5,11,74)
#050A3F
(5,10,63)
#050934
(5,9,52)
#050829
(5,8,41)
#05071E
(5,7,30)
#050613
(5,6,19)
#000000
(0,0,0)

Tints of #051081

#051081
(5,16,129)
#1B258C
(27,37,140)
#313A97
(49,58,151)
#474FA2
(71,79,162)
#5D64AD
(93,100,173)
#7379B8
(115,121,184)
#898EC3
(137,142,195)
#9FA3CE
(159,163,206)
#B5B8D9
(181,184,217)
#CBCDE4
(203,205,228)
#E1E2EF
(225,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051081; }

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

This text font color is #051081.


Background Color

.myBgColor { background-color: #051081; }

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

This div background color is #051081.


Border color

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

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

This div border color is #051081.


Opacity

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

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

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

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

This text has shadow with #051081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051081 on black background.


Color preview on white background

This text has color #051081 on white background.



Black color preview on #051081 background

This text has black color on #051081 background.


White color preview on #051081 background

This text has white color on #051081 background.