COLOR #090372

HEX: #090372
RGB: (9,3,114)

Color info

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

RGB color model

#090372 color RGB value is (9,3,114).

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

RGB channels and saturation

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

9
3
114

R + G + B ~ 17%. #090372 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 3 + 114 = 126 (100%)
R 9 of 126 ~ 7.14%
G 3 of 126 ~ 2.38%
B 114 of 126 ~ 90.48%

%90.48

CMYK color model

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

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

CMYK percentages

%92.11
%97.37
%0
%55.29

Codes

Color #090372 in popluar color models

090372
RGB93114
HSL243°94.87%22.94%
HSB/HSV243°97.37%44.71%
CMYK92.11%97.37%0.00%
55.29%

Color #090372 in popluar number systems.

HEX090372
Decimal93114
Binary1001111110010
Octal113162

Shades and tints

Shades of #090372

#090372
(9,3,114)
#090368
(9,3,104)
#09035E
(9,3,94)
#090354
(9,3,84)
#09034A
(9,3,74)
#090340
(9,3,64)
#090336
(9,3,54)
#09032C
(9,3,44)
#090322
(9,3,34)
#090318
(9,3,24)
#09030E
(9,3,14)
#000000
(0,0,0)

Tints of #090372

#090372
(9,3,114)
#1F197E
(31,25,126)
#352F8A
(53,47,138)
#4B4596
(75,69,150)
#615BA2
(97,91,162)
#7771AE
(119,113,174)
#8D87BA
(141,135,186)
#A39DC6
(163,157,198)
#B9B3D2
(185,179,210)
#CFC9DE
(207,201,222)
#E5DFEA
(229,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090372; }

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

This text font color is #090372.


Background Color

.myBgColor { background-color: #090372; }

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

This div background color is #090372.


Border color

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

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

This div border color is #090372.


Opacity

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

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

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

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

This text has shadow with #090372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090372 on black background.


Color preview on white background

This text has color #090372 on white background.



Black color preview on #090372 background

This text has black color on #090372 background.


White color preview on #090372 background

This text has white color on #090372 background.