Shades of Midnight Express #091940
Tints of Midnight Express #091940
RGB
CMYK
RGB Variations
Color information
#091940 (or 0x091940) is known color: Midnight Express. HEX triplet: 09, 19 and 40. RGB value is (9,25,64). Sum of RGB (Red+Green+Blue) = 9+25+64=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #091940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091940 is #F6E6BF. Grayscale: #181818. Windows color (decimal): -16180928 or 4200713. OLE color: 4200713.
HSL color Cylindrical-coordinate representation of color #091940: hue angle of 222.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 #091940 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 25 | 64 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.75 |
| HSL | 222.55º | 0.75% | 0.14% | - |
| HSV(B) | 222.55º | 0.86% | 0.25% | - |
| XYZ | 1.39 | 1.12 | 4.99 | - |
| YUV | 24.66 | 150.2 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 64 | 0.86 | 0.61 | 0 | 0.75 | 222.55 | 0.75 | 0.14 |
| Hex | 9 | 19 | 40 | 56 | 3D | 0 | 4B | DF | 4B | E |
| Octal | 11 | 31 | 100 | 126 | 75 | 0 | 113 | 337 | 113 | 16 |
| Binary | 1001 | 11001 | 1000000 | 1010110 | 111101 | 0 | 1001011 | 11011111 | 1001011 | 1110 |
Color Harmonies of #091940
Complementary color
Monochromatic Colors of #091940
Black with #091940
Text Example
Text Example
White with #091940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091940; }
p { color: rgb(9,25,64); }
H1.HeaderClassName
{
color: #091940;
}
.AnyTagClassName
{
color: #091940;
}
</style>
background-color css
<style>
a { background-color: #091940; }
a { background-color: rgb(9,25,64); }
div.DivClassName
{
background-color: #091940;
}
.BgClassName
{
background-color: #091940;
}
</style>
border-color css
<style>
span { border-color: #091940; }
span { border-color: rgb(9,25,64); }
td.TdClassName
{
border-color: #091940;
}
.TagClassName
{
border-color: #091940;
}
</style>