Shades of Midnight Express #021636
Tints of Midnight Express #021636
RGB
CMYK
RGB Variations
Color information
#021636 (or 0x021636) is known color: Midnight Express. HEX triplet: 02, 16 and 36. RGB value is (2,22,54). Sum of RGB (Red+Green+Blue) = 2+22+54=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 54 (21.48% from 255 or 69.23% from 78); Max value from RGB is 54 - color contains mainly: blue. Hex color #021636 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021636 is #FDE9C9. Grayscale: #131313. Windows color (decimal): -16640458 or 3544578. OLE color: 3544578.
HSL color Cylindrical-coordinate representation of color #021636: hue angle of 216.92º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021636 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 22 | 54 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.79 |
| HSL | 216.92º | 0.93% | 0.11% | - |
| HSV(B) | 216.92º | 0.96% | 0.21% | - |
| XYZ | 0.98 | 0.85 | 3.6 | - |
| YUV | 19.67 | 147.37 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 54 | 0.96 | 0.59 | 0 | 0.79 | 216.92 | 0.93 | 0.11 |
| Hex | 2 | 16 | 36 | 60 | 3B | 0 | 4F | D9 | 5D | B |
| Octal | 2 | 26 | 66 | 140 | 73 | 0 | 117 | 331 | 135 | 13 |
| Binary | 10 | 10110 | 110110 | 1100000 | 111011 | 0 | 1001111 | 11011001 | 1011101 | 1011 |
Color Harmonies of #021636
Complementary color
Monochromatic Colors of #021636
Black with #021636
Text Example
Text Example
White with #021636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021636; }
p { color: rgb(2,22,54); }
H1.HeaderClassName
{
color: #021636;
}
.AnyTagClassName
{
color: #021636;
}
</style>
background-color css
<style>
a { background-color: #021636; }
a { background-color: rgb(2,22,54); }
div.DivClassName
{
background-color: #021636;
}
.BgClassName
{
background-color: #021636;
}
</style>
border-color css
<style>
span { border-color: #021636; }
span { border-color: rgb(2,22,54); }
td.TdClassName
{
border-color: #021636;
}
.TagClassName
{
border-color: #021636;
}
</style>