Shades of Midnight Express #091334
Tints of Midnight Express #091334
RGB
CMYK
RGB Variations
Color information
#091334 (or 0x091334) is known color: Midnight Express. HEX triplet: 09, 13 and 34. RGB value is (9,19,52). Sum of RGB (Red+Green+Blue) = 9+19+52=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 52 (20.70% from 255 or 65% from 80); Max value from RGB is 52 - color contains mainly: blue. Hex color #091334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091334 is #F6ECCB. Grayscale: #131313. Windows color (decimal): -16182476 or 3412745. OLE color: 3412745.
HSL color Cylindrical-coordinate representation of color #091334: hue angle of 226.05º 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 #091334 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 19 | 52 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.80 |
| HSL | 226.05º | 0.7% | 0.12% | - |
| HSV(B) | 226.05º | 0.83% | 0.2% | - |
| XYZ | 0.97 | 0.77 | 3.35 | - |
| YUV | 19.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 52 | 0.83 | 0.63 | 0 | 0.80 | 226.05 | 0.7 | 0.12 |
| Hex | 9 | 13 | 34 | 53 | 3F | 0 | 50 | E2 | 46 | C |
| Octal | 11 | 23 | 64 | 123 | 77 | 0 | 120 | 342 | 106 | 14 |
| Binary | 1001 | 10011 | 110100 | 1010011 | 111111 | 0 | 1010000 | 11100010 | 1000110 | 1100 |
Color Harmonies of #091334
Complementary color
Monochromatic Colors of #091334
Black with #091334
Text Example
Text Example
White with #091334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091334; }
p { color: rgb(9,19,52); }
H1.HeaderClassName
{
color: #091334;
}
.AnyTagClassName
{
color: #091334;
}
</style>
background-color css
<style>
a { background-color: #091334; }
a { background-color: rgb(9,19,52); }
div.DivClassName
{
background-color: #091334;
}
.BgClassName
{
background-color: #091334;
}
</style>
border-color css
<style>
span { border-color: #091334; }
span { border-color: rgb(9,19,52); }
td.TdClassName
{
border-color: #091334;
}
.TagClassName
{
border-color: #091334;
}
</style>