COLOR #090032

HEX: #090032
RGB: (9,0,50)

Color info

#090032 contains only red and blue colors. Web safe color of #090032 is #000033 (or #003).

RGB color model

#090032 color RGB value is (9,0,50).

  • red value is 9;
  • green value is 0;
  • blue value is 50.
RGB:
(9,0,50)
(4%,0%,20%)

RGB channels and saturation

R 9 of 255 = 4%
G 0 of 255 = 0%
B 50 of 255 = 20%

9
0
50

R + G + B ~ 8%. #090032 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 0 + 50 = 59 (100%)
R 9 of 59 ~ 15.25%
G 0 of 59 ~ 0%
B 50 of 59 ~ 84.75%

%15.25
%84.75

CMYK color model

#090032 color CMYK value is (82,100,0,80).

  • cyan value is 82.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(82,100,0,80)
C82M100Y0K80 
(82%,100%,0%,80%)
(0.82/1.00/0.00/0.80)	

CMYK percentages

%82
%100
%0
%80.39

Codes

Color #090032 in popluar color models

090032
RGB9050
HSL251°100.00%9.80%
HSB/HSV251°100.00%19.61%
CMYK82.00%100.00%0.00%
80.39%

Color #090032 in popluar number systems.

HEX090032
Decimal9050
Binary10010110010
Octal11062

Shades and tints

Shades of #090032

#090032
(9,0,50)
#09002E
(9,0,46)
#09002A
(9,0,42)
#090026
(9,0,38)
#090022
(9,0,34)
#09001E
(9,0,30)
#09001A
(9,0,26)
#090016
(9,0,22)
#090012
(9,0,18)
#09000E
(9,0,14)
#09000A
(9,0,10)
#000000
(0,0,0)

Tints of #090032

#090032
(9,0,50)
#1F1744
(31,23,68)
#352E56
(53,46,86)
#4B4568
(75,69,104)
#615C7A
(97,92,122)
#77738C
(119,115,140)
#8D8A9E
(141,138,158)
#A3A1B0
(163,161,176)
#B9B8C2
(185,184,194)
#CFCFD4
(207,207,212)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090032; }

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

This text font color is #090032.


Background Color

.myBgColor { background-color: #090032; }

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

This div background color is #090032.


Border color

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

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

This div border color is #090032.


Opacity

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

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

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

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

This text has shadow with #090032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090032 on black background.


Color preview on white background

This text has color #090032 on white background.



Black color preview on #090032 background

This text has black color on #090032 background.


White color preview on #090032 background

This text has white color on #090032 background.