Shades of Midnight Express #020942
Tints of Midnight Express #020942
RGB
CMYK
RGB Variations
Color information
#020942 (or 0x020942) is known color: Midnight Express. HEX triplet: 02, 09 and 42. RGB value is (2,9,66). Sum of RGB (Red+Green+Blue) = 2+9+66=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 66 (26.17% from 255 or 85.71% from 77); Max value from RGB is 66 - color contains mainly: blue. Hex color #020942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020942 is #FDF6BD. Grayscale: #0D0D0D. Windows color (decimal): -16643774 or 4327682. OLE color: 4327682.
HSL color Cylindrical-coordinate representation of color #020942: hue angle of 233.44º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020942 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 9 | 66 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.74 |
| HSL | 233.44º | 0.94% | 0.13% | - |
| HSV(B) | 233.44º | 0.97% | 0.26% | - |
| XYZ | 1.11 | 0.6 | 5.21 | - |
| YUV | 13.41 | 157.68 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 66 | 0.97 | 0.86 | 0 | 0.74 | 233.44 | 0.94 | 0.13 |
| Hex | 2 | 9 | 42 | 61 | 56 | 0 | 4A | E9 | 5E | D |
| Octal | 2 | 11 | 102 | 141 | 126 | 0 | 112 | 351 | 136 | 15 |
| Binary | 10 | 1001 | 1000010 | 1100001 | 1010110 | 0 | 1001010 | 11101001 | 1011110 | 1101 |
Color Harmonies of #020942
Complementary color
Monochromatic Colors of #020942
Black with #020942
Text Example
Text Example
White with #020942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020942; }
p { color: rgb(2,9,66); }
H1.HeaderClassName
{
color: #020942;
}
.AnyTagClassName
{
color: #020942;
}
</style>
background-color css
<style>
a { background-color: #020942; }
a { background-color: rgb(2,9,66); }
div.DivClassName
{
background-color: #020942;
}
.BgClassName
{
background-color: #020942;
}
</style>
border-color css
<style>
span { border-color: #020942; }
span { border-color: rgb(2,9,66); }
td.TdClassName
{
border-color: #020942;
}
.TagClassName
{
border-color: #020942;
}
</style>