Shades of Midnight Express #091049
Tints of Midnight Express #091049
RGB
CMYK
RGB Variations
Color information
#091049 (or 0x091049) is known color: Midnight Express. HEX triplet: 09, 10 and 49. RGB value is (9,16,73). Sum of RGB (Red+Green+Blue) = 9+16+73=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 73 (28.91% from 255 or 74.49% from 98); Max value from RGB is 73 - color contains mainly: blue. Hex color #091049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091049 is #F6EFB6. Grayscale: #141414. Windows color (decimal): -16183223 or 4788233. OLE color: 4788233.
HSL color Cylindrical-coordinate representation of color #091049: hue angle of 233.44º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091049 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 16 | 73 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.71 |
| HSL | 233.44º | 0.78% | 0.16% | - |
| HSV(B) | 233.44º | 0.88% | 0.29% | - |
| XYZ | 1.5 | 0.91 | 6.4 | - |
| YUV | 20.41 | 157.68 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 73 | 0.88 | 0.78 | 0 | 0.71 | 233.44 | 0.78 | 0.16 |
| Hex | 9 | 10 | 49 | 58 | 4E | 0 | 47 | E9 | 4E | 10 |
| Octal | 11 | 20 | 111 | 130 | 116 | 0 | 107 | 351 | 116 | 20 |
| Binary | 1001 | 10000 | 1001001 | 1011000 | 1001110 | 0 | 1000111 | 11101001 | 1001110 | 10000 |
Color Harmonies of #091049
Complementary color
Monochromatic Colors of #091049
Black with #091049
Text Example
Text Example
White with #091049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091049; }
p { color: rgb(9,16,73); }
H1.HeaderClassName
{
color: #091049;
}
.AnyTagClassName
{
color: #091049;
}
</style>
background-color css
<style>
a { background-color: #091049; }
a { background-color: rgb(9,16,73); }
div.DivClassName
{
background-color: #091049;
}
.BgClassName
{
background-color: #091049;
}
</style>
border-color css
<style>
span { border-color: #091049; }
span { border-color: rgb(9,16,73); }
td.TdClassName
{
border-color: #091049;
}
.TagClassName
{
border-color: #091049;
}
</style>