Shades of Midnight Express #020A32
Tints of Midnight Express #020A32
RGB
CMYK
RGB Variations
Color information
#020A32 (or 0x020A32) is known color: Midnight Express. HEX triplet: 02, 0A and 32. RGB value is (2,10,50). Sum of RGB (Red+Green+Blue) = 2+10+50=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 10 (4.30% from 255 or 16.13% from 62); Blue value is 50 (19.92% from 255 or 80.65% from 62); Max value from RGB is 50 - color contains mainly: blue. Hex color #020A32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A32 is #FDF5CD. Grayscale: #0C0C0C. Windows color (decimal): -16643534 or 3279362. OLE color: 3279362.
HSL color Cylindrical-coordinate representation of color #020A32: hue angle of 230º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020A32 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 10 | 50 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.80 |
| HSL | 230º | 0.92% | 0.1% | - |
| HSV(B) | 230º | 0.96% | 0.2% | - |
| XYZ | 0.71 | 0.46 | 3.07 | - |
| YUV | 12.17 | 149.35 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 50 | 0.96 | 0.80 | 0 | 0.80 | 230 | 0.92 | 0.1 |
| Hex | 2 | A | 32 | 60 | 50 | 0 | 50 | E6 | 5C | A |
| Octal | 2 | 12 | 62 | 140 | 120 | 0 | 120 | 346 | 134 | 12 |
| Binary | 10 | 1010 | 110010 | 1100000 | 1010000 | 0 | 1010000 | 11100110 | 1011100 | 1010 |
Color Harmonies of #020A32
Complementary color
Monochromatic Colors of #020A32
Black with #020A32
Text Example
Text Example
White with #020A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A32; }
p { color: rgb(2,10,50); }
H1.HeaderClassName
{
color: #020A32;
}
.AnyTagClassName
{
color: #020A32;
}
</style>
background-color css
<style>
a { background-color: #020A32; }
a { background-color: rgb(2,10,50); }
div.DivClassName
{
background-color: #020A32;
}
.BgClassName
{
background-color: #020A32;
}
</style>
border-color css
<style>
span { border-color: #020A32; }
span { border-color: rgb(2,10,50); }
td.TdClassName
{
border-color: #020A32;
}
.TagClassName
{
border-color: #020A32;
}
</style>