COLOR #050896

HEX: #050896
RGB: (5,8,150)

Color info

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

RGB color model

#050896 color RGB value is (5,8,150).

  • red value is 5;
  • green value is 8;
  • blue value is 150.
RGB:
(5,8,150)
(2%,3%,59%)

RGB channels and saturation

R 5 of 255 = 2%
G 8 of 255 = 3%
B 150 of 255 = 59%

5
8
150

R + G + B ~ 21%. #050896 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 8 + 150 = 163 (100%)
R 5 of 163 ~ 3.07%
G 8 of 163 ~ 4.91%
B 150 of 163 ~ 92.02%

%92.02

CMYK color model

#050896 color CMYK value is (97,95,0,41).

  • cyan value is 96.67%
  • magenta value is 94.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(97,95,0,41)
C97M95Y0K41 
(97%,95%,0%,41%)
(0.97/0.95/0.00/0.41)	

CMYK percentages

%96.67
%94.67
%0
%41.18

Codes

Color #050896 in popluar color models

050896
RGB58150
HSL239°93.55%30.39%
HSB/HSV239°96.67%58.82%
CMYK96.67%94.67%0.00%
41.18%

Color #050896 in popluar number systems.

HEX050896
Decimal58150
Binary101100010010110
Octal510226

Shades and tints

Shades of #050896

#050896
(5,8,150)
#050889
(5,8,137)
#05087C
(5,8,124)
#05086F
(5,8,111)
#050862
(5,8,98)
#050855
(5,8,85)
#050848
(5,8,72)
#05083B
(5,8,59)
#05082E
(5,8,46)
#050821
(5,8,33)
#050814
(5,8,20)
#000000
(0,0,0)

Tints of #050896

#050896
(5,8,150)
#1B1E9F
(27,30,159)
#3134A8
(49,52,168)
#474AB1
(71,74,177)
#5D60BA
(93,96,186)
#7376C3
(115,118,195)
#898CCC
(137,140,204)
#9FA2D5
(159,162,213)
#B5B8DE
(181,184,222)
#CBCEE7
(203,206,231)
#E1E4F0
(225,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050896 color. Also use rgb(5,8,150) instead hex code.

Text Font Color

.myTextColor { color: #050896; }

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

This text font color is #050896.


Background Color

.myBgColor { background-color: #050896; }

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

This div background color is #050896.


Border color

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

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

This div border color is #050896.


Opacity

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

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

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

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

This text has shadow with #050896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050896 on black background.


Color preview on white background

This text has color #050896 on white background.



Black color preview on #050896 background

This text has black color on #050896 background.


White color preview on #050896 background

This text has white color on #050896 background.