Shades of Midnight Express #091234
Tints of Midnight Express #091234
RGB
CMYK
RGB Variations
Color information
#091234 (or 0x091234) is known color: Midnight Express. HEX triplet: 09, 12 and 34. RGB value is (9,18,52). Sum of RGB (Red+Green+Blue) = 9+18+52=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 52 (20.70% from 255 or 65.82% from 79); Max value from RGB is 52 - color contains mainly: blue. Hex color #091234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091234 is #F6EDCB. Grayscale: #131313. Windows color (decimal): -16182732 or 3412489. OLE color: 3412489.
HSL color Cylindrical-coordinate representation of color #091234: hue angle of 227.44º 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 #091234 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 18 | 52 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.80 |
| HSL | 227.44º | 0.7% | 0.12% | - |
| HSV(B) | 227.44º | 0.83% | 0.2% | - |
| XYZ | 0.95 | 0.74 | 3.34 | - |
| YUV | 19.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 52 | 0.83 | 0.65 | 0 | 0.80 | 227.44 | 0.7 | 0.12 |
| Hex | 9 | 12 | 34 | 53 | 41 | 0 | 50 | E3 | 46 | C |
| Octal | 11 | 22 | 64 | 123 | 101 | 0 | 120 | 343 | 106 | 14 |
| Binary | 1001 | 10010 | 110100 | 1010011 | 1000001 | 0 | 1010000 | 11100011 | 1000110 | 1100 |
Color Harmonies of #091234
Complementary color
Monochromatic Colors of #091234
Black with #091234
Text Example
Text Example
White with #091234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091234; }
p { color: rgb(9,18,52); }
H1.HeaderClassName
{
color: #091234;
}
.AnyTagClassName
{
color: #091234;
}
</style>
background-color css
<style>
a { background-color: #091234; }
a { background-color: rgb(9,18,52); }
div.DivClassName
{
background-color: #091234;
}
.BgClassName
{
background-color: #091234;
}
</style>
border-color css
<style>
span { border-color: #091234; }
span { border-color: rgb(9,18,52); }
td.TdClassName
{
border-color: #091234;
}
.TagClassName
{
border-color: #091234;
}
</style>