Shades of Midnight Express #091342
Tints of Midnight Express #091342
RGB
CMYK
RGB Variations
Color information
#091342 (or 0x091342) is known color: Midnight Express. HEX triplet: 09, 13 and 42. RGB value is (9,19,66). Sum of RGB (Red+Green+Blue) = 9+19+66=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 66 (26.17% from 255 or 70.21% from 94); Max value from RGB is 66 - color contains mainly: blue. Hex color #091342 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091342 is #F6ECBD. Grayscale: #151515. Windows color (decimal): -16182462 or 4330249. OLE color: 4330249.
HSL color Cylindrical-coordinate representation of color #091342: hue angle of 229.47º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #091342 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 19 | 66 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.74 |
| HSL | 229.47º | 0.76% | 0.15% | - |
| HSV(B) | 229.47º | 0.86% | 0.26% | - |
| XYZ | 1.33 | 0.92 | 5.26 | - |
| YUV | 21.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 66 | 0.86 | 0.71 | 0 | 0.74 | 229.47 | 0.76 | 0.15 |
| Hex | 9 | 13 | 42 | 56 | 47 | 0 | 4A | E5 | 4C | F |
| Octal | 11 | 23 | 102 | 126 | 107 | 0 | 112 | 345 | 114 | 17 |
| Binary | 1001 | 10011 | 1000010 | 1010110 | 1000111 | 0 | 1001010 | 11100101 | 1001100 | 1111 |
Color Harmonies of #091342
Complementary color
Monochromatic Colors of #091342
Black with #091342
Text Example
Text Example
White with #091342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091342; }
p { color: rgb(9,19,66); }
H1.HeaderClassName
{
color: #091342;
}
.AnyTagClassName
{
color: #091342;
}
</style>
background-color css
<style>
a { background-color: #091342; }
a { background-color: rgb(9,19,66); }
div.DivClassName
{
background-color: #091342;
}
.BgClassName
{
background-color: #091342;
}
</style>
border-color css
<style>
span { border-color: #091342; }
span { border-color: rgb(9,19,66); }
td.TdClassName
{
border-color: #091342;
}
.TagClassName
{
border-color: #091342;
}
</style>