Shades of Midnight Express #090E49
Tints of Midnight Express #090E49
RGB
CMYK
RGB Variations
Color information
#090E49 (or 0x090E49) is known color: Midnight Express. HEX triplet: 09, 0E and 49. RGB value is (9,14,73). Sum of RGB (Red+Green+Blue) = 9+14+73=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 73 (28.91% from 255 or 76.04% from 96); Max value from RGB is 73 - color contains mainly: blue. Hex color #090E49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090E49 is #F6F1B6. Grayscale: #121212. Windows color (decimal): -16183735 or 4787721. OLE color: 4787721.
HSL color Cylindrical-coordinate representation of color #090E49: hue angle of 235.31º 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 #090E49 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 14 | 73 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.71 |
| HSL | 235.31º | 0.78% | 0.16% | - |
| HSV(B) | 235.31º | 0.88% | 0.29% | - |
| XYZ | 1.47 | 0.85 | 6.39 | - |
| YUV | 19.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 73 | 0.88 | 0.81 | 0 | 0.71 | 235.31 | 0.78 | 0.16 |
| Hex | 9 | E | 49 | 58 | 51 | 0 | 47 | EB | 4E | 10 |
| Octal | 11 | 16 | 111 | 130 | 121 | 0 | 107 | 353 | 116 | 20 |
| Binary | 1001 | 1110 | 1001001 | 1011000 | 1010001 | 0 | 1000111 | 11101011 | 1001110 | 10000 |
Color Harmonies of #090E49
Complementary color
Monochromatic Colors of #090E49
Black with #090E49
Text Example
Text Example
White with #090E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E49; }
p { color: rgb(9,14,73); }
H1.HeaderClassName
{
color: #090E49;
}
.AnyTagClassName
{
color: #090E49;
}
</style>
background-color css
<style>
a { background-color: #090E49; }
a { background-color: rgb(9,14,73); }
div.DivClassName
{
background-color: #090E49;
}
.BgClassName
{
background-color: #090E49;
}
</style>
border-color css
<style>
span { border-color: #090E49; }
span { border-color: rgb(9,14,73); }
td.TdClassName
{
border-color: #090E49;
}
.TagClassName
{
border-color: #090E49;
}
</style>