Shades of Midnight Express #021332
Tints of Midnight Express #021332
RGB
CMYK
RGB Variations
Color information
#021332 (or 0x021332) is known color: Midnight Express. HEX triplet: 02, 13 and 32. RGB value is (2,19,50). Sum of RGB (Red+Green+Blue) = 2+19+50=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #021332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021332 is #FDECCD. Grayscale: #111111. Windows color (decimal): -16641230 or 3281666. OLE color: 3281666.
HSL color Cylindrical-coordinate representation of color #021332: hue angle of 218.75º 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 #021332 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 19 | 50 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.80 |
| HSL | 218.75º | 0.92% | 0.1% | - |
| HSV(B) | 218.75º | 0.96% | 0.2% | - |
| XYZ | 0.83 | 0.71 | 3.11 | - |
| YUV | 17.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 50 | 0.96 | 0.62 | 0 | 0.80 | 218.75 | 0.92 | 0.1 |
| Hex | 2 | 13 | 32 | 60 | 3E | 0 | 50 | DB | 5C | A |
| Octal | 2 | 23 | 62 | 140 | 76 | 0 | 120 | 333 | 134 | 12 |
| Binary | 10 | 10011 | 110010 | 1100000 | 111110 | 0 | 1010000 | 11011011 | 1011100 | 1010 |
Color Harmonies of #021332
Complementary color
Monochromatic Colors of #021332
Black with #021332
Text Example
Text Example
White with #021332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021332; }
p { color: rgb(2,19,50); }
H1.HeaderClassName
{
color: #021332;
}
.AnyTagClassName
{
color: #021332;
}
</style>
background-color css
<style>
a { background-color: #021332; }
a { background-color: rgb(2,19,50); }
div.DivClassName
{
background-color: #021332;
}
.BgClassName
{
background-color: #021332;
}
</style>
border-color css
<style>
span { border-color: #021332; }
span { border-color: rgb(2,19,50); }
td.TdClassName
{
border-color: #021332;
}
.TagClassName
{
border-color: #021332;
}
</style>