Shades of Midnight Express #090442
Tints of Midnight Express #090442
RGB
CMYK
RGB Variations
Color information
#090442 (or 0x090442) is known color: Midnight Express. HEX triplet: 09, 04 and 42. RGB value is (9,4,66). Sum of RGB (Red+Green+Blue) = 9+4+66=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 66 (26.17% from 255 or 83.54% from 79); Max value from RGB is 66 - color contains mainly: blue. Hex color #090442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090442 is #F6FBBD. Grayscale: #0C0C0C. Windows color (decimal): -16186302 or 4326409. OLE color: 4326409.
HSL color Cylindrical-coordinate representation of color #090442: hue angle of 244.84º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090442 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 4 | 66 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.74 |
| HSL | 244.84º | 0.89% | 0.14% | - |
| HSV(B) | 244.84º | 0.94% | 0.26% | - |
| XYZ | 1.14 | 0.54 | 5.2 | - |
| YUV | 12.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 66 | 0.86 | 0.94 | 0 | 0.74 | 244.84 | 0.89 | 0.14 |
| Hex | 9 | 4 | 42 | 56 | 5E | 0 | 4A | F5 | 59 | E |
| Octal | 11 | 4 | 102 | 126 | 136 | 0 | 112 | 365 | 131 | 16 |
| Binary | 1001 | 100 | 1000010 | 1010110 | 1011110 | 0 | 1001010 | 11110101 | 1011001 | 1110 |
Color Harmonies of #090442
Complementary color
Monochromatic Colors of #090442
Black with #090442
Text Example
Text Example
White with #090442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090442; }
p { color: rgb(9,4,66); }
H1.HeaderClassName
{
color: #090442;
}
.AnyTagClassName
{
color: #090442;
}
</style>
background-color css
<style>
a { background-color: #090442; }
a { background-color: rgb(9,4,66); }
div.DivClassName
{
background-color: #090442;
}
.BgClassName
{
background-color: #090442;
}
</style>
border-color css
<style>
span { border-color: #090442; }
span { border-color: rgb(9,4,66); }
td.TdClassName
{
border-color: #090442;
}
.TagClassName
{
border-color: #090442;
}
</style>