Shades of Midnight Express #021642
Tints of Midnight Express #021642
RGB
CMYK
RGB Variations
Color information
#021642 (or 0x021642) is known color: Midnight Express. HEX triplet: 02, 16 and 42. RGB value is (2,22,66). Sum of RGB (Red+Green+Blue) = 2+22+66=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 66 (26.17% from 255 or 73.33% from 90); Max value from RGB is 66 - color contains mainly: blue. Hex color #021642 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021642 is #FDE9BD. Grayscale: #141414. Windows color (decimal): -16640446 or 4331010. OLE color: 4331010.
HSL color Cylindrical-coordinate representation of color #021642: hue angle of 221.25º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021642 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 22 | 66 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.74 |
| HSL | 221.25º | 0.94% | 0.13% | - |
| HSV(B) | 221.25º | 0.97% | 0.26% | - |
| XYZ | 1.3 | 0.98 | 5.28 | - |
| YUV | 21.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 66 | 0.97 | 0.67 | 0 | 0.74 | 221.25 | 0.94 | 0.13 |
| Hex | 2 | 16 | 42 | 61 | 43 | 0 | 4A | DD | 5E | D |
| Octal | 2 | 26 | 102 | 141 | 103 | 0 | 112 | 335 | 136 | 15 |
| Binary | 10 | 10110 | 1000010 | 1100001 | 1000011 | 0 | 1001010 | 11011101 | 1011110 | 1101 |
Color Harmonies of #021642
Complementary color
Monochromatic Colors of #021642
Black with #021642
Text Example
Text Example
White with #021642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021642; }
p { color: rgb(2,22,66); }
H1.HeaderClassName
{
color: #021642;
}
.AnyTagClassName
{
color: #021642;
}
</style>
background-color css
<style>
a { background-color: #021642; }
a { background-color: rgb(2,22,66); }
div.DivClassName
{
background-color: #021642;
}
.BgClassName
{
background-color: #021642;
}
</style>
border-color css
<style>
span { border-color: #021642; }
span { border-color: rgb(2,22,66); }
td.TdClassName
{
border-color: #021642;
}
.TagClassName
{
border-color: #021642;
}
</style>