Shades of Midnight Express #091E40
Tints of Midnight Express #091E40
RGB
CMYK
RGB Variations
Color information
#091E40 (or 0x091E40) is known color: Midnight Express. HEX triplet: 09, 1E and 40. RGB value is (9,30,64). Sum of RGB (Red+Green+Blue) = 9+30+64=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #091E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E40 is #F6E1BF. Grayscale: #1B1B1B. Windows color (decimal): -16179648 or 4201993. OLE color: 4201993.
HSL color Cylindrical-coordinate representation of color #091E40: hue angle of 217.09º 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 #091E40 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 30 | 64 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.75 |
| HSL | 217.09º | 0.75% | 0.14% | - |
| HSV(B) | 217.09º | 0.86% | 0.25% | - |
| XYZ | 1.5 | 1.36 | 5.03 | - |
| YUV | 27.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 64 | 0.86 | 0.53 | 0 | 0.75 | 217.09 | 0.75 | 0.14 |
| Hex | 9 | 1E | 40 | 56 | 35 | 0 | 4B | D9 | 4B | E |
| Octal | 11 | 36 | 100 | 126 | 65 | 0 | 113 | 331 | 113 | 16 |
| Binary | 1001 | 11110 | 1000000 | 1010110 | 110101 | 0 | 1001011 | 11011001 | 1001011 | 1110 |
Color Harmonies of #091E40
Complementary color
Monochromatic Colors of #091E40
Black with #091E40
Text Example
Text Example
White with #091E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E40; }
p { color: rgb(9,30,64); }
H1.HeaderClassName
{
color: #091E40;
}
.AnyTagClassName
{
color: #091E40;
}
</style>
background-color css
<style>
a { background-color: #091E40; }
a { background-color: rgb(9,30,64); }
div.DivClassName
{
background-color: #091E40;
}
.BgClassName
{
background-color: #091E40;
}
</style>
border-color css
<style>
span { border-color: #091E40; }
span { border-color: rgb(9,30,64); }
td.TdClassName
{
border-color: #091E40;
}
.TagClassName
{
border-color: #091E40;
}
</style>