Shades of Midnight Express #021146
Tints of Midnight Express #021146
RGB
CMYK
RGB Variations
Color information
#021146 (or 0x021146) is known color: Midnight Express. HEX triplet: 02, 11 and 46. RGB value is (2,17,70). Sum of RGB (Red+Green+Blue) = 2+17+70=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 70 (27.73% from 255 or 78.65% from 89); Max value from RGB is 70 - color contains mainly: blue. Hex color #021146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021146 is #FDEEB9. Grayscale: #121212. Windows color (decimal): -16641722 or 4591874. OLE color: 4591874.
HSL color Cylindrical-coordinate representation of color #021146: hue angle of 226.76º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021146 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 17 | 70 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.73 |
| HSL | 226.76º | 0.94% | 0.14% | - |
| HSV(B) | 226.76º | 0.97% | 0.27% | - |
| XYZ | 1.33 | 0.86 | 5.89 | - |
| YUV | 18.56 | 157.03 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 70 | 0.97 | 0.76 | 0 | 0.73 | 226.76 | 0.94 | 0.14 |
| Hex | 2 | 11 | 46 | 61 | 4C | 0 | 49 | E3 | 5E | E |
| Octal | 2 | 21 | 106 | 141 | 114 | 0 | 111 | 343 | 136 | 16 |
| Binary | 10 | 10001 | 1000110 | 1100001 | 1001100 | 0 | 1001001 | 11100011 | 1011110 | 1110 |
Color Harmonies of #021146
Complementary color
Monochromatic Colors of #021146
Black with #021146
Text Example
Text Example
White with #021146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021146; }
p { color: rgb(2,17,70); }
H1.HeaderClassName
{
color: #021146;
}
.AnyTagClassName
{
color: #021146;
}
</style>
background-color css
<style>
a { background-color: #021146; }
a { background-color: rgb(2,17,70); }
div.DivClassName
{
background-color: #021146;
}
.BgClassName
{
background-color: #021146;
}
</style>
border-color css
<style>
span { border-color: #021146; }
span { border-color: rgb(2,17,70); }
td.TdClassName
{
border-color: #021146;
}
.TagClassName
{
border-color: #021146;
}
</style>