Shades of Midnight Express #090934
Tints of Midnight Express #090934
RGB
CMYK
RGB Variations
Color information
#090934 (or 0x090934) is known color: Midnight Express. HEX triplet: 09, 09 and 34. RGB value is (9,9,52). Sum of RGB (Red+Green+Blue) = 9+9+52=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 52 (20.70% from 255 or 74.29% from 70); Max value from RGB is 52 - color contains mainly: blue. Hex color #090934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090934 is #F6F6CB. Grayscale: #0D0D0D. Windows color (decimal): -16185036 or 3410185. OLE color: 3410185.
HSL color Cylindrical-coordinate representation of color #090934: hue angle of 240º 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 #090934 is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 9 | 52 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.80 |
| HSL | 240º | 0.7% | 0.12% | - |
| HSV(B) | 240º | 0.83% | 0.2% | - |
| XYZ | 0.83 | 0.5 | 3.3 | - |
| YUV | 13.9 | 149.5 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 9 | 52 | 0.83 | 0.83 | 0 | 0.80 | 240 | 0.7 | 0.12 |
| Hex | 9 | 9 | 34 | 53 | 53 | 0 | 50 | F0 | 46 | C |
| Octal | 11 | 11 | 64 | 123 | 123 | 0 | 120 | 360 | 106 | 14 |
| Binary | 1001 | 1001 | 110100 | 1010011 | 1010011 | 0 | 1010000 | 11110000 | 1000110 | 1100 |
Color Harmonies of #090934
Complementary color
Monochromatic Colors of #090934
Black with #090934
Text Example
Text Example
White with #090934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090934; }
p { color: rgb(9,9,52); }
H1.HeaderClassName
{
color: #090934;
}
.AnyTagClassName
{
color: #090934;
}
</style>
background-color css
<style>
a { background-color: #090934; }
a { background-color: rgb(9,9,52); }
div.DivClassName
{
background-color: #090934;
}
.BgClassName
{
background-color: #090934;
}
</style>
border-color css
<style>
span { border-color: #090934; }
span { border-color: rgb(9,9,52); }
td.TdClassName
{
border-color: #090934;
}
.TagClassName
{
border-color: #090934;
}
</style>