COLOR #090972

HEX: #090972
RGB: (9,9,114)

Color info

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

RGB color model

#090972 color RGB value is (9,9,114).

  • red value is 9;
  • green value is 9;
  • blue value is 114.
RGB:
(9,9,114)
(4%,4%,45%)

RGB channels and saturation

R 9 of 255 = 4%
G 9 of 255 = 4%
B 114 of 255 = 45%

9
9
114

R + G + B ~ 18%. #090972 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 9 + 114 = 132 (100%)
R 9 of 132 ~ 6.82%
G 9 of 132 ~ 6.82%
B 114 of 132 ~ 86.36%

%86.36

CMYK color model

#090972 color CMYK value is (92,92,0,55).

  • cyan value is 92.11%
  • magenta value is 92.11%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(92,92,0,55)
C92M92Y0K55 
(92%,92%,0%,55%)
(0.92/0.92/0.00/0.55)	

CMYK percentages

%92.11
%92.11
%0
%55.29

Codes

Color #090972 in popluar color models

090972
RGB99114
HSL240°85.37%24.12%
HSB/HSV240°92.11%44.71%
CMYK92.11%92.11%0.00%
55.29%

Color #090972 in popluar number systems.

HEX090972
Decimal99114
Binary100110011110010
Octal1111162

Shades and tints

Shades of #090972

#090972
(9,9,114)
#090968
(9,9,104)
#09095E
(9,9,94)
#090954
(9,9,84)
#09094A
(9,9,74)
#090940
(9,9,64)
#090936
(9,9,54)
#09092C
(9,9,44)
#090922
(9,9,34)
#090918
(9,9,24)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #090972

#090972
(9,9,114)
#1F1F7E
(31,31,126)
#35358A
(53,53,138)
#4B4B96
(75,75,150)
#6161A2
(97,97,162)
#7777AE
(119,119,174)
#8D8DBA
(141,141,186)
#A3A3C6
(163,163,198)
#B9B9D2
(185,185,210)
#CFCFDE
(207,207,222)
#E5E5EA
(229,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090972; }

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

This text font color is #090972.


Background Color

.myBgColor { background-color: #090972; }

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

This div background color is #090972.


Border color

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

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

This div border color is #090972.


Opacity

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

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

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

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

This text has shadow with #090972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090972 on black background.


Color preview on white background

This text has color #090972 on white background.



Black color preview on #090972 background

This text has black color on #090972 background.


White color preview on #090972 background

This text has white color on #090972 background.