Shades of Midnight Express #091134
Tints of Midnight Express #091134
RGB
CMYK
RGB Variations
Color information
#091134 (or 0x091134) is known color: Midnight Express. HEX triplet: 09, 11 and 34. RGB value is (9,17,52). Sum of RGB (Red+Green+Blue) = 9+17+52=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 52 (20.70% from 255 or 66.67% from 78); Max value from RGB is 52 - color contains mainly: blue. Hex color #091134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091134 is #F6EECB. Grayscale: #121212. Windows color (decimal): -16182988 or 3412233. OLE color: 3412233.
HSL color Cylindrical-coordinate representation of color #091134: hue angle of 228.84º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #091134 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 17 | 52 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.80 |
| HSL | 228.84º | 0.7% | 0.12% | - |
| HSV(B) | 228.84º | 0.83% | 0.2% | - |
| XYZ | 0.93 | 0.71 | 3.34 | - |
| YUV | 18.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 52 | 0.83 | 0.67 | 0 | 0.80 | 228.84 | 0.7 | 0.12 |
| Hex | 9 | 11 | 34 | 53 | 43 | 0 | 50 | E5 | 46 | C |
| Octal | 11 | 21 | 64 | 123 | 103 | 0 | 120 | 345 | 106 | 14 |
| Binary | 1001 | 10001 | 110100 | 1010011 | 1000011 | 0 | 1010000 | 11100101 | 1000110 | 1100 |
Color Harmonies of #091134
Complementary color
Monochromatic Colors of #091134
Black with #091134
Text Example
Text Example
White with #091134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091134; }
p { color: rgb(9,17,52); }
H1.HeaderClassName
{
color: #091134;
}
.AnyTagClassName
{
color: #091134;
}
</style>
background-color css
<style>
a { background-color: #091134; }
a { background-color: rgb(9,17,52); }
div.DivClassName
{
background-color: #091134;
}
.BgClassName
{
background-color: #091134;
}
</style>
border-color css
<style>
span { border-color: #091134; }
span { border-color: rgb(9,17,52); }
td.TdClassName
{
border-color: #091134;
}
.TagClassName
{
border-color: #091134;
}
</style>