Shades of Midnight Express #020E32
Tints of Midnight Express #020E32
RGB
CMYK
RGB Variations
Color information
#020E32 (or 0x020E32) is known color: Midnight Express. HEX triplet: 02, 0E and 32. RGB value is (2,14,50). Sum of RGB (Red+Green+Blue) = 2+14+50=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 50 (19.92% from 255 or 75.76% from 66); Max value from RGB is 50 - color contains mainly: blue. Hex color #020E32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E32 is #FDF1CD. Grayscale: #0E0E0E. Windows color (decimal): -16642510 or 3280386. OLE color: 3280386.
HSL color Cylindrical-coordinate representation of color #020E32: hue angle of 225º 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 #020E32 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 14 | 50 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.80 |
| HSL | 225º | 0.92% | 0.1% | - |
| HSV(B) | 225º | 0.96% | 0.2% | - |
| XYZ | 0.76 | 0.56 | 3.09 | - |
| YUV | 14.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 50 | 0.96 | 0.72 | 0 | 0.80 | 225 | 0.92 | 0.1 |
| Hex | 2 | E | 32 | 60 | 48 | 0 | 50 | E1 | 5C | A |
| Octal | 2 | 16 | 62 | 140 | 110 | 0 | 120 | 341 | 134 | 12 |
| Binary | 10 | 1110 | 110010 | 1100000 | 1001000 | 0 | 1010000 | 11100001 | 1011100 | 1010 |
Color Harmonies of #020E32
Complementary color
Monochromatic Colors of #020E32
Black with #020E32
Text Example
Text Example
White with #020E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E32; }
p { color: rgb(2,14,50); }
H1.HeaderClassName
{
color: #020E32;
}
.AnyTagClassName
{
color: #020E32;
}
</style>
background-color css
<style>
a { background-color: #020E32; }
a { background-color: rgb(2,14,50); }
div.DivClassName
{
background-color: #020E32;
}
.BgClassName
{
background-color: #020E32;
}
</style>
border-color css
<style>
span { border-color: #020E32; }
span { border-color: rgb(2,14,50); }
td.TdClassName
{
border-color: #020E32;
}
.TagClassName
{
border-color: #020E32;
}
</style>