Shades of Midnight Express #020A40
Tints of Midnight Express #020A40
RGB
CMYK
RGB Variations
Color information
#020A40 (or 0x020A40) is known color: Midnight Express. HEX triplet: 02, 0A and 40. RGB value is (2,10,64). Sum of RGB (Red+Green+Blue) = 2+10+64=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 64 (25.39% from 255 or 84.21% from 76); Max value from RGB is 64 - color contains mainly: blue. Hex color #020A40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A40 is #FDF5BF. Grayscale: #0D0D0D. Windows color (decimal): -16643520 or 4196866. OLE color: 4196866.
HSL color Cylindrical-coordinate representation of color #020A40: hue angle of 232.26º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020A40 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 10 | 64 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.75 |
| HSL | 232.26º | 0.94% | 0.13% | - |
| HSV(B) | 232.26º | 0.97% | 0.25% | - |
| XYZ | 1.06 | 0.6 | 4.91 | - |
| YUV | 13.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 64 | 0.97 | 0.84 | 0 | 0.75 | 232.26 | 0.94 | 0.13 |
| Hex | 2 | A | 40 | 61 | 54 | 0 | 4B | E8 | 5E | D |
| Octal | 2 | 12 | 100 | 141 | 124 | 0 | 113 | 350 | 136 | 15 |
| Binary | 10 | 1010 | 1000000 | 1100001 | 1010100 | 0 | 1001011 | 11101000 | 1011110 | 1101 |
Color Harmonies of #020A40
Complementary color
Monochromatic Colors of #020A40
Black with #020A40
Text Example
Text Example
White with #020A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A40; }
p { color: rgb(2,10,64); }
H1.HeaderClassName
{
color: #020A40;
}
.AnyTagClassName
{
color: #020A40;
}
</style>
background-color css
<style>
a { background-color: #020A40; }
a { background-color: rgb(2,10,64); }
div.DivClassName
{
background-color: #020A40;
}
.BgClassName
{
background-color: #020A40;
}
</style>
border-color css
<style>
span { border-color: #020A40; }
span { border-color: rgb(2,10,64); }
td.TdClassName
{
border-color: #020A40;
}
.TagClassName
{
border-color: #020A40;
}
</style>