Shades of Midnight Express #020A46
Tints of Midnight Express #020A46
RGB
CMYK
RGB Variations
Color information
#020A46 (or 0x020A46) is known color: Midnight Express. HEX triplet: 02, 0A and 46. RGB value is (2,10,70). Sum of RGB (Red+Green+Blue) = 2+10+70=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 70 (27.73% from 255 or 85.37% from 82); Max value from RGB is 70 - color contains mainly: blue. Hex color #020A46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A46 is #FDF5B9. Grayscale: #0E0E0E. Windows color (decimal): -16643514 or 4590082. OLE color: 4590082.
HSL color Cylindrical-coordinate representation of color #020A46: hue angle of 232.94º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020A46 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 10 | 70 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.73 |
| HSL | 232.94º | 0.94% | 0.14% | - |
| HSV(B) | 232.94º | 0.97% | 0.27% | - |
| XYZ | 1.24 | 0.67 | 5.86 | - |
| YUV | 14.45 | 159.35 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 70 | 0.97 | 0.86 | 0 | 0.73 | 232.94 | 0.94 | 0.14 |
| Hex | 2 | A | 46 | 61 | 56 | 0 | 49 | E9 | 5E | E |
| Octal | 2 | 12 | 106 | 141 | 126 | 0 | 111 | 351 | 136 | 16 |
| Binary | 10 | 1010 | 1000110 | 1100001 | 1010110 | 0 | 1001001 | 11101001 | 1011110 | 1110 |
Color Harmonies of #020A46
Complementary color
Monochromatic Colors of #020A46
Black with #020A46
Text Example
Text Example
White with #020A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A46; }
p { color: rgb(2,10,70); }
H1.HeaderClassName
{
color: #020A46;
}
.AnyTagClassName
{
color: #020A46;
}
</style>
background-color css
<style>
a { background-color: #020A46; }
a { background-color: rgb(2,10,70); }
div.DivClassName
{
background-color: #020A46;
}
.BgClassName
{
background-color: #020A46;
}
</style>
border-color css
<style>
span { border-color: #020A46; }
span { border-color: rgb(2,10,70); }
td.TdClassName
{
border-color: #020A46;
}
.TagClassName
{
border-color: #020A46;
}
</style>