Shades of Midnight Express #021638
Tints of Midnight Express #021638
RGB
CMYK
RGB Variations
Color information
#021638 (or 0x021638) is known color: Midnight Express. HEX triplet: 02, 16 and 38. RGB value is (2,22,56). Sum of RGB (Red+Green+Blue) = 2+22+56=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 56 (22.27% from 255 or 70% from 80); Max value from RGB is 56 - color contains mainly: blue. Hex color #021638 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021638 is #FDE9C7. Grayscale: #131313. Windows color (decimal): -16640456 or 3675650. OLE color: 3675650.
HSL color Cylindrical-coordinate representation of color #021638: hue angle of 217.78º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021638 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 22 | 56 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.78 |
| HSL | 217.78º | 0.93% | 0.11% | - |
| HSV(B) | 217.78º | 0.96% | 0.22% | - |
| XYZ | 1.03 | 0.87 | 3.86 | - |
| YUV | 19.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 56 | 0.96 | 0.61 | 0 | 0.78 | 217.78 | 0.93 | 0.11 |
| Hex | 2 | 16 | 38 | 60 | 3D | 0 | 4E | DA | 5D | B |
| Octal | 2 | 26 | 70 | 140 | 75 | 0 | 116 | 332 | 135 | 13 |
| Binary | 10 | 10110 | 111000 | 1100000 | 111101 | 0 | 1001110 | 11011010 | 1011101 | 1011 |
Color Harmonies of #021638
Complementary color
Monochromatic Colors of #021638
Black with #021638
Text Example
Text Example
White with #021638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021638; }
p { color: rgb(2,22,56); }
H1.HeaderClassName
{
color: #021638;
}
.AnyTagClassName
{
color: #021638;
}
</style>
background-color css
<style>
a { background-color: #021638; }
a { background-color: rgb(2,22,56); }
div.DivClassName
{
background-color: #021638;
}
.BgClassName
{
background-color: #021638;
}
</style>
border-color css
<style>
span { border-color: #021638; }
span { border-color: rgb(2,22,56); }
td.TdClassName
{
border-color: #021638;
}
.TagClassName
{
border-color: #021638;
}
</style>