Shades of Midnight Express #020432
Tints of Midnight Express #020432
RGB
CMYK
RGB Variations
Color information
#020432 (or 0x020432) is known color: Midnight Express. HEX triplet: 02, 04 and 32. RGB value is (2,4,50). Sum of RGB (Red+Green+Blue) = 2+4+50=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 50 (19.92% from 255 or 89.29% from 56); Max value from RGB is 50 - color contains mainly: blue. Hex color #020432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020432 is #FDFBCD. Grayscale: #080808. Windows color (decimal): -16645070 or 3277826. OLE color: 3277826.
HSL color Cylindrical-coordinate representation of color #020432: hue angle of 237.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 #020432 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 4 | 50 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.80 |
| HSL | 237.5º | 0.92% | 0.1% | - |
| HSV(B) | 237.5º | 0.96% | 0.2% | - |
| XYZ | 0.64 | 0.33 | 3.05 | - |
| YUV | 8.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 4 | 50 | 0.96 | 0.92 | 0 | 0.80 | 237.5 | 0.92 | 0.1 |
| Hex | 2 | 4 | 32 | 60 | 5C | 0 | 50 | EE | 5C | A |
| Octal | 2 | 4 | 62 | 140 | 134 | 0 | 120 | 356 | 134 | 12 |
| Binary | 10 | 100 | 110010 | 1100000 | 1011100 | 0 | 1010000 | 11101110 | 1011100 | 1010 |
Color Harmonies of #020432
Complementary color
Monochromatic Colors of #020432
Black with #020432
Text Example
Text Example
White with #020432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020432; }
p { color: rgb(2,4,50); }
H1.HeaderClassName
{
color: #020432;
}
.AnyTagClassName
{
color: #020432;
}
</style>
background-color css
<style>
a { background-color: #020432; }
a { background-color: rgb(2,4,50); }
div.DivClassName
{
background-color: #020432;
}
.BgClassName
{
background-color: #020432;
}
</style>
border-color css
<style>
span { border-color: #020432; }
span { border-color: rgb(2,4,50); }
td.TdClassName
{
border-color: #020432;
}
.TagClassName
{
border-color: #020432;
}
</style>