Shades of Midnight Express #090A42
Tints of Midnight Express #090A42
RGB
CMYK
RGB Variations
Color information
#090A42 (or 0x090A42) is known color: Midnight Express. HEX triplet: 09, 0A and 42. RGB value is (9,10,66). Sum of RGB (Red+Green+Blue) = 9+10+66=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 10 (4.30% from 255 or 11.76% from 85); Blue value is 66 (26.17% from 255 or 77.65% from 85); Max value from RGB is 66 - color contains mainly: blue. Hex color #090A42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090A42 is #F6F5BD. Grayscale: #0F0F0F. Windows color (decimal): -16184766 or 4327945. OLE color: 4327945.
HSL color Cylindrical-coordinate representation of color #090A42: hue angle of 238.95º 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 #090A42 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 10 | 66 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.74 |
| HSL | 238.95º | 0.76% | 0.15% | - |
| HSV(B) | 238.95º | 0.86% | 0.26% | - |
| XYZ | 1.2 | 0.67 | 5.22 | - |
| YUV | 16.09 | 156.17 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 10 | 66 | 0.86 | 0.85 | 0 | 0.74 | 238.95 | 0.76 | 0.15 |
| Hex | 9 | A | 42 | 56 | 55 | 0 | 4A | EF | 4C | F |
| Octal | 11 | 12 | 102 | 126 | 125 | 0 | 112 | 357 | 114 | 17 |
| Binary | 1001 | 1010 | 1000010 | 1010110 | 1010101 | 0 | 1001010 | 11101111 | 1001100 | 1111 |
Color Harmonies of #090A42
Complementary color
Monochromatic Colors of #090A42
Black with #090A42
Text Example
Text Example
White with #090A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090A42; }
p { color: rgb(9,10,66); }
H1.HeaderClassName
{
color: #090A42;
}
.AnyTagClassName
{
color: #090A42;
}
</style>
background-color css
<style>
a { background-color: #090A42; }
a { background-color: rgb(9,10,66); }
div.DivClassName
{
background-color: #090A42;
}
.BgClassName
{
background-color: #090A42;
}
</style>
border-color css
<style>
span { border-color: #090A42; }
span { border-color: rgb(9,10,66); }
td.TdClassName
{
border-color: #090A42;
}
.TagClassName
{
border-color: #090A42;
}
</style>