Shades of Midnight Express #020532
Tints of Midnight Express #020532
RGB
CMYK
RGB Variations
Color information
#020532 (or 0x020532) is known color: Midnight Express. HEX triplet: 02, 05 and 32. RGB value is (2,5,50). Sum of RGB (Red+Green+Blue) = 2+5+50=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 50 (19.92% from 255 or 87.72% from 57); Max value from RGB is 50 - color contains mainly: blue. Hex color #020532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020532 is #FDFACD. Grayscale: #090909. Windows color (decimal): -16644814 or 3278082. OLE color: 3278082.
HSL color Cylindrical-coordinate representation of color #020532: hue angle of 236.25º 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 #020532 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 5 | 50 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.80 |
| HSL | 236.25º | 0.92% | 0.1% | - |
| HSV(B) | 236.25º | 0.96% | 0.2% | - |
| XYZ | 0.66 | 0.35 | 3.05 | - |
| YUV | 9.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 50 | 0.96 | 0.90 | 0 | 0.80 | 236.25 | 0.92 | 0.1 |
| Hex | 2 | 5 | 32 | 60 | 5A | 0 | 50 | EC | 5C | A |
| Octal | 2 | 5 | 62 | 140 | 132 | 0 | 120 | 354 | 134 | 12 |
| Binary | 10 | 101 | 110010 | 1100000 | 1011010 | 0 | 1010000 | 11101100 | 1011100 | 1010 |
Color Harmonies of #020532
Complementary color
Monochromatic Colors of #020532
Black with #020532
Text Example
Text Example
White with #020532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020532; }
p { color: rgb(2,5,50); }
H1.HeaderClassName
{
color: #020532;
}
.AnyTagClassName
{
color: #020532;
}
</style>
background-color css
<style>
a { background-color: #020532; }
a { background-color: rgb(2,5,50); }
div.DivClassName
{
background-color: #020532;
}
.BgClassName
{
background-color: #020532;
}
</style>
border-color css
<style>
span { border-color: #020532; }
span { border-color: rgb(2,5,50); }
td.TdClassName
{
border-color: #020532;
}
.TagClassName
{
border-color: #020532;
}
</style>