Shades of Midnight Express #091D40
Tints of Midnight Express #091D40
RGB
CMYK
RGB Variations
Color information
#091D40 (or 0x091D40) is known color: Midnight Express. HEX triplet: 09, 1D and 40. RGB value is (9,29,64). Sum of RGB (Red+Green+Blue) = 9+29+64=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #091D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D40 is #F6E2BF. Grayscale: #1A1A1A. Windows color (decimal): -16179904 or 4201737. OLE color: 4201737.
HSL color Cylindrical-coordinate representation of color #091D40: hue angle of 218.18º 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 #091D40 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 29 | 64 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.75 |
| HSL | 218.18º | 0.75% | 0.14% | - |
| HSV(B) | 218.18º | 0.86% | 0.25% | - |
| XYZ | 1.48 | 1.31 | 5.02 | - |
| YUV | 27.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 64 | 0.86 | 0.55 | 0 | 0.75 | 218.18 | 0.75 | 0.14 |
| Hex | 9 | 1D | 40 | 56 | 37 | 0 | 4B | DA | 4B | E |
| Octal | 11 | 35 | 100 | 126 | 67 | 0 | 113 | 332 | 113 | 16 |
| Binary | 1001 | 11101 | 1000000 | 1010110 | 110111 | 0 | 1001011 | 11011010 | 1001011 | 1110 |
Color Harmonies of #091D40
Complementary color
Monochromatic Colors of #091D40
Black with #091D40
Text Example
Text Example
White with #091D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D40; }
p { color: rgb(9,29,64); }
H1.HeaderClassName
{
color: #091D40;
}
.AnyTagClassName
{
color: #091D40;
}
</style>
background-color css
<style>
a { background-color: #091D40; }
a { background-color: rgb(9,29,64); }
div.DivClassName
{
background-color: #091D40;
}
.BgClassName
{
background-color: #091D40;
}
</style>
border-color css
<style>
span { border-color: #091D40; }
span { border-color: rgb(9,29,64); }
td.TdClassName
{
border-color: #091D40;
}
.TagClassName
{
border-color: #091D40;
}
</style>