Shades of Midnight Express #091140
Tints of Midnight Express #091140
RGB
CMYK
RGB Variations
Color information
#091140 (or 0x091140) is known color: Midnight Express. HEX triplet: 09, 11 and 40. RGB value is (9,17,64). Sum of RGB (Red+Green+Blue) = 9+17+64=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 64 (25.39% from 255 or 71.11% from 90); Max value from RGB is 64 - color contains mainly: blue. Hex color #091140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091140 is #F6EEBF. Grayscale: #131313. Windows color (decimal): -16182976 or 4198665. OLE color: 4198665.
HSL color Cylindrical-coordinate representation of color #091140: hue angle of 231.27º 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 #091140 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 17 | 64 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.75 |
| HSL | 231.27º | 0.75% | 0.14% | - |
| HSV(B) | 231.27º | 0.86% | 0.25% | - |
| XYZ | 1.24 | 0.83 | 4.95 | - |
| YUV | 19.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 64 | 0.86 | 0.73 | 0 | 0.75 | 231.27 | 0.75 | 0.14 |
| Hex | 9 | 11 | 40 | 56 | 49 | 0 | 4B | E7 | 4B | E |
| Octal | 11 | 21 | 100 | 126 | 111 | 0 | 113 | 347 | 113 | 16 |
| Binary | 1001 | 10001 | 1000000 | 1010110 | 1001001 | 0 | 1001011 | 11100111 | 1001011 | 1110 |
Color Harmonies of #091140
Complementary color
Monochromatic Colors of #091140
Black with #091140
Text Example
Text Example
White with #091140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091140; }
p { color: rgb(9,17,64); }
H1.HeaderClassName
{
color: #091140;
}
.AnyTagClassName
{
color: #091140;
}
</style>
background-color css
<style>
a { background-color: #091140; }
a { background-color: rgb(9,17,64); }
div.DivClassName
{
background-color: #091140;
}
.BgClassName
{
background-color: #091140;
}
</style>
border-color css
<style>
span { border-color: #091140; }
span { border-color: rgb(9,17,64); }
td.TdClassName
{
border-color: #091140;
}
.TagClassName
{
border-color: #091140;
}
</style>