Shades of Midnight Express #021140
Tints of Midnight Express #021140
RGB
CMYK
RGB Variations
Color information
#021140 (or 0x021140) is known color: Midnight Express. HEX triplet: 02, 11 and 40. RGB value is (2,17,64). Sum of RGB (Red+Green+Blue) = 2+17+64=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 64 (25.39% from 255 or 77.11% from 83); Max value from RGB is 64 - color contains mainly: blue. Hex color #021140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021140 is #FDEEBF. Grayscale: #111111. Windows color (decimal): -16641728 or 4198658. OLE color: 4198658.
HSL color Cylindrical-coordinate representation of color #021140: hue angle of 225.48º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021140 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 17 | 64 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.75 |
| HSL | 225.48º | 0.94% | 0.13% | - |
| HSV(B) | 225.48º | 0.97% | 0.25% | - |
| XYZ | 1.15 | 0.78 | 4.94 | - |
| YUV | 17.87 | 154.03 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 64 | 0.97 | 0.73 | 0 | 0.75 | 225.48 | 0.94 | 0.13 |
| Hex | 2 | 11 | 40 | 61 | 49 | 0 | 4B | E1 | 5E | D |
| Octal | 2 | 21 | 100 | 141 | 111 | 0 | 113 | 341 | 136 | 15 |
| Binary | 10 | 10001 | 1000000 | 1100001 | 1001001 | 0 | 1001011 | 11100001 | 1011110 | 1101 |
Color Harmonies of #021140
Complementary color
Monochromatic Colors of #021140
Black with #021140
Text Example
Text Example
White with #021140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021140; }
p { color: rgb(2,17,64); }
H1.HeaderClassName
{
color: #021140;
}
.AnyTagClassName
{
color: #021140;
}
</style>
background-color css
<style>
a { background-color: #021140; }
a { background-color: rgb(2,17,64); }
div.DivClassName
{
background-color: #021140;
}
.BgClassName
{
background-color: #021140;
}
</style>
border-color css
<style>
span { border-color: #021140; }
span { border-color: rgb(2,17,64); }
td.TdClassName
{
border-color: #021140;
}
.TagClassName
{
border-color: #021140;
}
</style>