Shades of Midnight Express #090C42
Tints of Midnight Express #090C42
RGB
CMYK
RGB Variations
Color information
#090C42 (or 0x090C42) is known color: Midnight Express. HEX triplet: 09, 0C and 42. RGB value is (9,12,66). Sum of RGB (Red+Green+Blue) = 9+12+66=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 66 (26.17% from 255 or 75.86% from 87); Max value from RGB is 66 - color contains mainly: blue. Hex color #090C42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C42 is #F6F3BD. Grayscale: #111111. Windows color (decimal): -16184254 or 4328457. OLE color: 4328457.
HSL color Cylindrical-coordinate representation of color #090C42: hue angle of 236.84º 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 #090C42 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 12 | 66 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.74 |
| HSL | 236.84º | 0.76% | 0.15% | - |
| HSV(B) | 236.84º | 0.86% | 0.26% | - |
| XYZ | 1.23 | 0.71 | 5.23 | - |
| YUV | 17.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 66 | 0.86 | 0.82 | 0 | 0.74 | 236.84 | 0.76 | 0.15 |
| Hex | 9 | C | 42 | 56 | 52 | 0 | 4A | ED | 4C | F |
| Octal | 11 | 14 | 102 | 126 | 122 | 0 | 112 | 355 | 114 | 17 |
| Binary | 1001 | 1100 | 1000010 | 1010110 | 1010010 | 0 | 1001010 | 11101101 | 1001100 | 1111 |
Color Harmonies of #090C42
Complementary color
Monochromatic Colors of #090C42
Black with #090C42
Text Example
Text Example
White with #090C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C42; }
p { color: rgb(9,12,66); }
H1.HeaderClassName
{
color: #090C42;
}
.AnyTagClassName
{
color: #090C42;
}
</style>
background-color css
<style>
a { background-color: #090C42; }
a { background-color: rgb(9,12,66); }
div.DivClassName
{
background-color: #090C42;
}
.BgClassName
{
background-color: #090C42;
}
</style>
border-color css
<style>
span { border-color: #090C42; }
span { border-color: rgb(9,12,66); }
td.TdClassName
{
border-color: #090C42;
}
.TagClassName
{
border-color: #090C42;
}
</style>