Shades of Midnight Express #090E40
Tints of Midnight Express #090E40
RGB
CMYK
RGB Variations
Color information
#090E40 (or 0x090E40) is known color: Midnight Express. HEX triplet: 09, 0E and 40. RGB value is (9,14,64). Sum of RGB (Red+Green+Blue) = 9+14+64=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 64 (25.39% from 255 or 73.56% from 87); Max value from RGB is 64 - color contains mainly: blue. Hex color #090E40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090E40 is #F6F1BF. Grayscale: #121212. Windows color (decimal): -16183744 or 4197897. OLE color: 4197897.
HSL color Cylindrical-coordinate representation of color #090E40: hue angle of 234.55º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #090E40 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 14 | 64 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.75 |
| HSL | 234.55º | 0.75% | 0.14% | - |
| HSV(B) | 234.55º | 0.86% | 0.25% | - |
| XYZ | 1.2 | 0.74 | 4.93 | - |
| YUV | 18.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 64 | 0.86 | 0.78 | 0 | 0.75 | 234.55 | 0.75 | 0.14 |
| Hex | 9 | E | 40 | 56 | 4E | 0 | 4B | EB | 4B | E |
| Octal | 11 | 16 | 100 | 126 | 116 | 0 | 113 | 353 | 113 | 16 |
| Binary | 1001 | 1110 | 1000000 | 1010110 | 1001110 | 0 | 1001011 | 11101011 | 1001011 | 1110 |
Color Harmonies of #090E40
Complementary color
Monochromatic Colors of #090E40
Black with #090E40
Text Example
Text Example
White with #090E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E40; }
p { color: rgb(9,14,64); }
H1.HeaderClassName
{
color: #090E40;
}
.AnyTagClassName
{
color: #090E40;
}
</style>
background-color css
<style>
a { background-color: #090E40; }
a { background-color: rgb(9,14,64); }
div.DivClassName
{
background-color: #090E40;
}
.BgClassName
{
background-color: #090E40;
}
</style>
border-color css
<style>
span { border-color: #090E40; }
span { border-color: rgb(9,14,64); }
td.TdClassName
{
border-color: #090E40;
}
.TagClassName
{
border-color: #090E40;
}
</style>