Shades of Midnight Express #091349
Tints of Midnight Express #091349
RGB
CMYK
RGB Variations
Color information
#091349 (or 0x091349) is known color: Midnight Express. HEX triplet: 09, 13 and 49. RGB value is (9,19,73). Sum of RGB (Red+Green+Blue) = 9+19+73=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 73 (28.91% from 255 or 72.28% from 101); Max value from RGB is 73 - color contains mainly: blue. Hex color #091349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091349 is #F6ECB6. Grayscale: #151515. Windows color (decimal): -16182455 or 4789001. OLE color: 4789001.
HSL color Cylindrical-coordinate representation of color #091349: hue angle of 230.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091349 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 19 | 73 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.71 |
| HSL | 230.63º | 0.78% | 0.16% | - |
| HSV(B) | 230.63º | 0.88% | 0.29% | - |
| XYZ | 1.55 | 1 | 6.42 | - |
| YUV | 22.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 73 | 0.88 | 0.74 | 0 | 0.71 | 230.63 | 0.78 | 0.16 |
| Hex | 9 | 13 | 49 | 58 | 4A | 0 | 47 | E7 | 4E | 10 |
| Octal | 11 | 23 | 111 | 130 | 112 | 0 | 107 | 347 | 116 | 20 |
| Binary | 1001 | 10011 | 1001001 | 1011000 | 1001010 | 0 | 1000111 | 11100111 | 1001110 | 10000 |
Color Harmonies of #091349
Complementary color
Monochromatic Colors of #091349
Black with #091349
Text Example
Text Example
White with #091349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091349; }
p { color: rgb(9,19,73); }
H1.HeaderClassName
{
color: #091349;
}
.AnyTagClassName
{
color: #091349;
}
</style>
background-color css
<style>
a { background-color: #091349; }
a { background-color: rgb(9,19,73); }
div.DivClassName
{
background-color: #091349;
}
.BgClassName
{
background-color: #091349;
}
</style>
border-color css
<style>
span { border-color: #091349; }
span { border-color: rgb(9,19,73); }
td.TdClassName
{
border-color: #091349;
}
.TagClassName
{
border-color: #091349;
}
</style>