Shades of Midnight Express #090B42
Tints of Midnight Express #090B42
RGB
CMYK
RGB Variations
Color information
#090B42 (or 0x090B42) is known color: Midnight Express. HEX triplet: 09, 0B and 42. RGB value is (9,11,66). Sum of RGB (Red+Green+Blue) = 9+11+66=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 66 (26.17% from 255 or 76.74% from 86); Max value from RGB is 66 - color contains mainly: blue. Hex color #090B42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090B42 is #F6F4BD. Grayscale: #101010. Windows color (decimal): -16184510 or 4328201. OLE color: 4328201.
HSL color Cylindrical-coordinate representation of color #090B42: hue angle of 237.89º 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 #090B42 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 11 | 66 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.74 |
| HSL | 237.89º | 0.76% | 0.15% | - |
| HSV(B) | 237.89º | 0.86% | 0.26% | - |
| XYZ | 1.22 | 0.69 | 5.22 | - |
| YUV | 16.67 | 155.84 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 66 | 0.86 | 0.83 | 0 | 0.74 | 237.89 | 0.76 | 0.15 |
| Hex | 9 | B | 42 | 56 | 53 | 0 | 4A | EE | 4C | F |
| Octal | 11 | 13 | 102 | 126 | 123 | 0 | 112 | 356 | 114 | 17 |
| Binary | 1001 | 1011 | 1000010 | 1010110 | 1010011 | 0 | 1001010 | 11101110 | 1001100 | 1111 |
Color Harmonies of #090B42
Complementary color
Monochromatic Colors of #090B42
Black with #090B42
Text Example
Text Example
White with #090B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B42; }
p { color: rgb(9,11,66); }
H1.HeaderClassName
{
color: #090B42;
}
.AnyTagClassName
{
color: #090B42;
}
</style>
background-color css
<style>
a { background-color: #090B42; }
a { background-color: rgb(9,11,66); }
div.DivClassName
{
background-color: #090B42;
}
.BgClassName
{
background-color: #090B42;
}
</style>
border-color css
<style>
span { border-color: #090B42; }
span { border-color: rgb(9,11,66); }
td.TdClassName
{
border-color: #090B42;
}
.TagClassName
{
border-color: #090B42;
}
</style>