Shades of Midnight Express #090D42
Tints of Midnight Express #090D42
RGB
CMYK
RGB Variations
Color information
#090D42 (or 0x090D42) is known color: Midnight Express. HEX triplet: 09, 0D and 42. RGB value is (9,13,66). Sum of RGB (Red+Green+Blue) = 9+13+66=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 66 (26.17% from 255 or 75% from 88); Max value from RGB is 66 - color contains mainly: blue. Hex color #090D42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090D42 is #F6F2BD. Grayscale: #111111. Windows color (decimal): -16183998 or 4328713. OLE color: 4328713.
HSL color Cylindrical-coordinate representation of color #090D42: hue angle of 235.79º 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 #090D42 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 13 | 66 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.74 |
| HSL | 235.79º | 0.76% | 0.15% | - |
| HSV(B) | 235.79º | 0.86% | 0.26% | - |
| XYZ | 1.24 | 0.74 | 5.23 | - |
| YUV | 17.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 66 | 0.86 | 0.80 | 0 | 0.74 | 235.79 | 0.76 | 0.15 |
| Hex | 9 | D | 42 | 56 | 50 | 0 | 4A | EC | 4C | F |
| Octal | 11 | 15 | 102 | 126 | 120 | 0 | 112 | 354 | 114 | 17 |
| Binary | 1001 | 1101 | 1000010 | 1010110 | 1010000 | 0 | 1001010 | 11101100 | 1001100 | 1111 |
Color Harmonies of #090D42
Complementary color
Monochromatic Colors of #090D42
Black with #090D42
Text Example
Text Example
White with #090D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D42; }
p { color: rgb(9,13,66); }
H1.HeaderClassName
{
color: #090D42;
}
.AnyTagClassName
{
color: #090D42;
}
</style>
background-color css
<style>
a { background-color: #090D42; }
a { background-color: rgb(9,13,66); }
div.DivClassName
{
background-color: #090D42;
}
.BgClassName
{
background-color: #090D42;
}
</style>
border-color css
<style>
span { border-color: #090D42; }
span { border-color: rgb(9,13,66); }
td.TdClassName
{
border-color: #090D42;
}
.TagClassName
{
border-color: #090D42;
}
</style>