Shades of Midnight Express #021634
Tints of Midnight Express #021634
RGB
CMYK
RGB Variations
Color information
#021634 (or 0x021634) is known color: Midnight Express. HEX triplet: 02, 16 and 34. RGB value is (2,22,52). Sum of RGB (Red+Green+Blue) = 2+22+52=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 52 (20.70% from 255 or 68.42% from 76); Max value from RGB is 52 - color contains mainly: blue. Hex color #021634 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021634 is #FDE9CB. Grayscale: #131313. Windows color (decimal): -16640460 or 3413506. OLE color: 3413506.
HSL color Cylindrical-coordinate representation of color #021634: hue angle of 216º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021634 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 22 | 52 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.80 |
| HSL | 216º | 0.93% | 0.11% | - |
| HSV(B) | 216º | 0.96% | 0.2% | - |
| XYZ | 0.93 | 0.83 | 3.36 | - |
| YUV | 19.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 52 | 0.96 | 0.58 | 0 | 0.80 | 216 | 0.93 | 0.11 |
| Hex | 2 | 16 | 34 | 60 | 3A | 0 | 50 | D8 | 5D | B |
| Octal | 2 | 26 | 64 | 140 | 72 | 0 | 120 | 330 | 135 | 13 |
| Binary | 10 | 10110 | 110100 | 1100000 | 111010 | 0 | 1010000 | 11011000 | 1011101 | 1011 |
Color Harmonies of #021634
Complementary color
Monochromatic Colors of #021634
Black with #021634
Text Example
Text Example
White with #021634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021634; }
p { color: rgb(2,22,52); }
H1.HeaderClassName
{
color: #021634;
}
.AnyTagClassName
{
color: #021634;
}
</style>
background-color css
<style>
a { background-color: #021634; }
a { background-color: rgb(2,22,52); }
div.DivClassName
{
background-color: #021634;
}
.BgClassName
{
background-color: #021634;
}
</style>
border-color css
<style>
span { border-color: #021634; }
span { border-color: rgb(2,22,52); }
td.TdClassName
{
border-color: #021634;
}
.TagClassName
{
border-color: #021634;
}
</style>