Shades of Midnight Express #090C47
Tints of Midnight Express #090C47
RGB
CMYK
RGB Variations
Color information
#090C47 (or 0x090C47) is known color: Midnight Express. HEX triplet: 09, 0C and 47. RGB value is (9,12,71). Sum of RGB (Red+Green+Blue) = 9+12+71=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 71 (28.12% from 255 or 77.17% from 92); Max value from RGB is 71 - color contains mainly: blue. Hex color #090C47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C47 is #F6F3B8. Grayscale: #111111. Windows color (decimal): -16184249 or 4656137. OLE color: 4656137.
HSL color Cylindrical-coordinate representation of color #090C47: hue angle of 237.1º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #090C47 is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 12 | 71 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.72 |
| HSL | 237.1º | 0.78% | 0.16% | - |
| HSV(B) | 237.1º | 0.87% | 0.28% | - |
| XYZ | 1.38 | 0.78 | 6.04 | - |
| YUV | 17.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 71 | 0.87 | 0.83 | 0 | 0.72 | 237.1 | 0.78 | 0.16 |
| Hex | 9 | C | 47 | 57 | 53 | 0 | 48 | ED | 4E | 10 |
| Octal | 11 | 14 | 107 | 127 | 123 | 0 | 110 | 355 | 116 | 20 |
| Binary | 1001 | 1100 | 1000111 | 1010111 | 1010011 | 0 | 1001000 | 11101101 | 1001110 | 10000 |
Color Harmonies of #090C47
Complementary color
Monochromatic Colors of #090C47
Black with #090C47
Text Example
Text Example
White with #090C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C47; }
p { color: rgb(9,12,71); }
H1.HeaderClassName
{
color: #090C47;
}
.AnyTagClassName
{
color: #090C47;
}
</style>
background-color css
<style>
a { background-color: #090C47; }
a { background-color: rgb(9,12,71); }
div.DivClassName
{
background-color: #090C47;
}
.BgClassName
{
background-color: #090C47;
}
</style>
border-color css
<style>
span { border-color: #090C47; }
span { border-color: rgb(9,12,71); }
td.TdClassName
{
border-color: #090C47;
}
.TagClassName
{
border-color: #090C47;
}
</style>