Shades of Midnight Express #091932
Tints of Midnight Express #091932
RGB
CMYK
RGB Variations
Color information
#091932 (or 0x091932) is known color: Midnight Express. HEX triplet: 09, 19 and 32. RGB value is (9,25,50). Sum of RGB (Red+Green+Blue) = 9+25+50=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #091932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091932 is #F6E6CD. Grayscale: #161616. Windows color (decimal): -16180942 or 3283209. OLE color: 3283209.
HSL color Cylindrical-coordinate representation of color #091932: hue angle of 216.59º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #091932 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 25 | 50 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.80 |
| HSL | 216.59º | 0.69% | 0.12% | - |
| HSV(B) | 216.59º | 0.82% | 0.2% | - |
| XYZ | 1.04 | 0.98 | 3.15 | - |
| YUV | 23.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 50 | 0.82 | 0.50 | 0 | 0.80 | 216.59 | 0.69 | 0.12 |
| Hex | 9 | 19 | 32 | 52 | 32 | 0 | 50 | D9 | 45 | C |
| Octal | 11 | 31 | 62 | 122 | 62 | 0 | 120 | 331 | 105 | 14 |
| Binary | 1001 | 11001 | 110010 | 1010010 | 110010 | 0 | 1010000 | 11011001 | 1000101 | 1100 |
Color Harmonies of #091932
Complementary color
Monochromatic Colors of #091932
Black with #091932
Text Example
Text Example
White with #091932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091932; }
p { color: rgb(9,25,50); }
H1.HeaderClassName
{
color: #091932;
}
.AnyTagClassName
{
color: #091932;
}
</style>
background-color css
<style>
a { background-color: #091932; }
a { background-color: rgb(9,25,50); }
div.DivClassName
{
background-color: #091932;
}
.BgClassName
{
background-color: #091932;
}
</style>
border-color css
<style>
span { border-color: #091932; }
span { border-color: rgb(9,25,50); }
td.TdClassName
{
border-color: #091932;
}
.TagClassName
{
border-color: #091932;
}
</style>