COLOR #050956

HEX: #050956
RGB: (5,9,86)

Color info

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

RGB color model

#050956 color RGB value is (5,9,86).

  • red value is 5;
  • green value is 9;
  • blue value is 86.
RGB:
(5,9,86)
(2%,4%,34%)

RGB channels and saturation

R 5 of 255 = 2%
G 9 of 255 = 4%
B 86 of 255 = 34%

5
9
86

R + G + B ~ 13%. #050956 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 9 + 86 = 100 (100%)
R 5 of 100 ~ 5%
G 9 of 100 ~ 9%
B 86 of 100 ~ 86%

%86

CMYK color model

#050956 color CMYK value is (94,90,0,66).

  • cyan value is 94.19%
  • magenta value is 89.53%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(94,90,0,66)
C94M90Y0K66 
(94%,90%,0%,66%)
(0.94/0.90/0.00/0.66)	

CMYK percentages

%94.19
%89.53
%0
%66.27

Codes

Color #050956 in popluar color models

050956
RGB5986
HSL237°89.01%17.84%
HSB/HSV237°94.19%33.73%
CMYK94.19%89.53%0.00%
66.27%

Color #050956 in popluar number systems.

HEX050956
Decimal5986
Binary10110011010110
Octal511126

Shades and tints

Shades of #050956

#050956
(5,9,86)
#05094F
(5,9,79)
#050948
(5,9,72)
#050941
(5,9,65)
#05093A
(5,9,58)
#050933
(5,9,51)
#05092C
(5,9,44)
#050925
(5,9,37)
#05091E
(5,9,30)
#050917
(5,9,23)
#050910
(5,9,16)
#000000
(0,0,0)

Tints of #050956

#050956
(5,9,86)
#1B1F65
(27,31,101)
#313574
(49,53,116)
#474B83
(71,75,131)
#5D6192
(93,97,146)
#7377A1
(115,119,161)
#898DB0
(137,141,176)
#9FA3BF
(159,163,191)
#B5B9CE
(181,185,206)
#CBCFDD
(203,207,221)
#E1E5EC
(225,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050956 color. Also use rgb(5,9,86) instead hex code.

Text Font Color

.myTextColor { color: #050956; }

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

This text font color is #050956.


Background Color

.myBgColor { background-color: #050956; }

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

This div background color is #050956.


Border color

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

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

This div border color is #050956.


Opacity

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

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

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

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

This text has shadow with #050956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050956 on black background.


Color preview on white background

This text has color #050956 on white background.



Black color preview on #050956 background

This text has black color on #050956 background.


White color preview on #050956 background

This text has white color on #050956 background.