Shades of Midnight Express #021032
Tints of Midnight Express #021032
RGB
CMYK
RGB Variations
Color information
#021032 (or 0x021032) is known color: Midnight Express. HEX triplet: 02, 10 and 32. RGB value is (2,16,50). Sum of RGB (Red+Green+Blue) = 2+16+50=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 50 (19.92% from 255 or 73.53% from 68); Max value from RGB is 50 - color contains mainly: blue. Hex color #021032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021032 is #FDEFCD. Grayscale: #0F0F0F. Windows color (decimal): -16641998 or 3280898. OLE color: 3280898.
HSL color Cylindrical-coordinate representation of color #021032: hue angle of 222.5º 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 #021032 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 16 | 50 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.80 |
| HSL | 222.5º | 0.92% | 0.1% | - |
| HSV(B) | 222.5º | 0.96% | 0.2% | - |
| XYZ | 0.79 | 0.61 | 3.09 | - |
| YUV | 15.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 50 | 0.96 | 0.68 | 0 | 0.80 | 222.5 | 0.92 | 0.1 |
| Hex | 2 | 10 | 32 | 60 | 44 | 0 | 50 | DE | 5C | A |
| Octal | 2 | 20 | 62 | 140 | 104 | 0 | 120 | 336 | 134 | 12 |
| Binary | 10 | 10000 | 110010 | 1100000 | 1000100 | 0 | 1010000 | 11011110 | 1011100 | 1010 |
Color Harmonies of #021032
Complementary color
Monochromatic Colors of #021032
Black with #021032
Text Example
Text Example
White with #021032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021032; }
p { color: rgb(2,16,50); }
H1.HeaderClassName
{
color: #021032;
}
.AnyTagClassName
{
color: #021032;
}
</style>
background-color css
<style>
a { background-color: #021032; }
a { background-color: rgb(2,16,50); }
div.DivClassName
{
background-color: #021032;
}
.BgClassName
{
background-color: #021032;
}
</style>
border-color css
<style>
span { border-color: #021032; }
span { border-color: rgb(2,16,50); }
td.TdClassName
{
border-color: #021032;
}
.TagClassName
{
border-color: #021032;
}
</style>