Shades of Midnight Express #021536
Tints of Midnight Express #021536
RGB
CMYK
RGB Variations
Color information
#021536 (or 0x021536) is known color: Midnight Express. HEX triplet: 02, 15 and 36. RGB value is (2,21,54). Sum of RGB (Red+Green+Blue) = 2+21+54=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 54 (21.48% from 255 or 70.13% from 77); Max value from RGB is 54 - color contains mainly: blue. Hex color #021536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021536 is #FDEAC9. Grayscale: #121212. Windows color (decimal): -16640714 or 3544322. OLE color: 3544322.
HSL color Cylindrical-coordinate representation of color #021536: hue angle of 218.08º 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 #021536 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 21 | 54 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.79 |
| HSL | 218.08º | 0.93% | 0.11% | - |
| HSV(B) | 218.08º | 0.96% | 0.21% | - |
| XYZ | 0.96 | 0.82 | 3.6 | - |
| YUV | 19.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 54 | 0.96 | 0.61 | 0 | 0.79 | 218.08 | 0.93 | 0.11 |
| Hex | 2 | 15 | 36 | 60 | 3D | 0 | 4F | DA | 5D | B |
| Octal | 2 | 25 | 66 | 140 | 75 | 0 | 117 | 332 | 135 | 13 |
| Binary | 10 | 10101 | 110110 | 1100000 | 111101 | 0 | 1001111 | 11011010 | 1011101 | 1011 |
Color Harmonies of #021536
Complementary color
Monochromatic Colors of #021536
Black with #021536
Text Example
Text Example
White with #021536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021536; }
p { color: rgb(2,21,54); }
H1.HeaderClassName
{
color: #021536;
}
.AnyTagClassName
{
color: #021536;
}
</style>
background-color css
<style>
a { background-color: #021536; }
a { background-color: rgb(2,21,54); }
div.DivClassName
{
background-color: #021536;
}
.BgClassName
{
background-color: #021536;
}
</style>
border-color css
<style>
span { border-color: #021536; }
span { border-color: rgb(2,21,54); }
td.TdClassName
{
border-color: #021536;
}
.TagClassName
{
border-color: #021536;
}
</style>