Shades of Midnight Express #091249
Tints of Midnight Express #091249
RGB
CMYK
RGB Variations
Color information
#091249 (or 0x091249) is known color: Midnight Express. HEX triplet: 09, 12 and 49. RGB value is (9,18,73). Sum of RGB (Red+Green+Blue) = 9+18+73=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 73 (28.91% from 255 or 73% from 100); Max value from RGB is 73 - color contains mainly: blue. Hex color #091249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091249 is #F6EDB6. Grayscale: #151515. Windows color (decimal): -16182711 or 4788745. OLE color: 4788745.
HSL color Cylindrical-coordinate representation of color #091249: hue angle of 231.56º 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 #091249 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 18 | 73 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.71 |
| HSL | 231.56º | 0.78% | 0.16% | - |
| HSV(B) | 231.56º | 0.88% | 0.29% | - |
| XYZ | 1.53 | 0.97 | 6.41 | - |
| YUV | 21.58 | 157.02 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 73 | 0.88 | 0.75 | 0 | 0.71 | 231.56 | 0.78 | 0.16 |
| Hex | 9 | 12 | 49 | 58 | 4B | 0 | 47 | E8 | 4E | 10 |
| Octal | 11 | 22 | 111 | 130 | 113 | 0 | 107 | 350 | 116 | 20 |
| Binary | 1001 | 10010 | 1001001 | 1011000 | 1001011 | 0 | 1000111 | 11101000 | 1001110 | 10000 |
Color Harmonies of #091249
Complementary color
Monochromatic Colors of #091249
Black with #091249
Text Example
Text Example
White with #091249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091249; }
p { color: rgb(9,18,73); }
H1.HeaderClassName
{
color: #091249;
}
.AnyTagClassName
{
color: #091249;
}
</style>
background-color css
<style>
a { background-color: #091249; }
a { background-color: rgb(9,18,73); }
div.DivClassName
{
background-color: #091249;
}
.BgClassName
{
background-color: #091249;
}
</style>
border-color css
<style>
span { border-color: #091249; }
span { border-color: rgb(9,18,73); }
td.TdClassName
{
border-color: #091249;
}
.TagClassName
{
border-color: #091249;
}
</style>