COLOR #090EA2

HEX: #090EA2
RGB: (9,14,162)

Color info

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

RGB color model

#090EA2 color RGB value is (9,14,162).

  • red value is 9;
  • green value is 14;
  • blue value is 162.
RGB:
(9,14,162)
(4%,5%,64%)

RGB channels and saturation

R 9 of 255 = 4%
G 14 of 255 = 5%
B 162 of 255 = 64%

9
14
162

R + G + B ~ 24%. #090EA2 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 14 + 162 = 185 (100%)
R 9 of 185 ~ 4.86%
G 14 of 185 ~ 7.57%
B 162 of 185 ~ 87.57%

%87.57

CMYK color model

#090EA2 color CMYK value is (94,91,0,36).

  • cyan value is 94.44%
  • magenta value is 91.36%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(94,91,0,36)
C94M91Y0K36 
(94%,91%,0%,36%)
(0.94/0.91/0.00/0.36)	

CMYK percentages

%94.44
%91.36
%0
%36.47

Codes

Color #090EA2 in popluar color models

090EA2
RGB914162
HSL238°89.47%33.53%
HSB/HSV238°94.44%63.53%
CMYK94.44%91.36%0.00%
36.47%

Color #090EA2 in popluar number systems.

HEX090EA2
Decimal914162
Binary1001111010100010
Octal1116242

Shades and tints

Shades of #090EA2

#090EA2
(9,14,162)
#090D94
(9,13,148)
#090C86
(9,12,134)
#090B78
(9,11,120)
#090A6A
(9,10,106)
#09095C
(9,9,92)
#09084E
(9,8,78)
#090740
(9,7,64)
#090632
(9,6,50)
#090524
(9,5,36)
#090416
(9,4,22)
#000000
(0,0,0)

Tints of #090EA2

#090EA2
(9,14,162)
#1F23AA
(31,35,170)
#3538B2
(53,56,178)
#4B4DBA
(75,77,186)
#6162C2
(97,98,194)
#7777CA
(119,119,202)
#8D8CD2
(141,140,210)
#A3A1DA
(163,161,218)
#B9B6E2
(185,182,226)
#CFCBEA
(207,203,234)
#E5E0F2
(229,224,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090EA2 color. Also use rgb(9,14,162) instead hex code.

Text Font Color

.myTextColor { color: #090EA2; }

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

This text font color is #090EA2.


Background Color

.myBgColor { background-color: #090EA2; }

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

This div background color is #090EA2.


Border color

.myBorderColor { border: 1px solid #090EA2; }

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

This div border color is #090EA2.


Opacity

.myOpacity80 { color: #090EA2; opacity: 0.8; }

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

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

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

This text has shadow with #090EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090EA2 on black background.


Color preview on white background

This text has color #090EA2 on white background.



Black color preview on #090EA2 background

This text has black color on #090EA2 background.


White color preview on #090EA2 background

This text has white color on #090EA2 background.