Shades of Midnight Express #021444
Tints of Midnight Express #021444
RGB
CMYK
RGB Variations
Color information
#021444 (or 0x021444) is known color: Midnight Express. HEX triplet: 02, 14 and 44. RGB value is (2,20,68). Sum of RGB (Red+Green+Blue) = 2+20+68=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 68 (26.95% from 255 or 75.56% from 90); Max value from RGB is 68 - color contains mainly: blue. Hex color #021444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021444 is #FDEBBB. Grayscale: #131313. Windows color (decimal): -16640956 or 4461570. OLE color: 4461570.
HSL color Cylindrical-coordinate representation of color #021444: hue angle of 223.64º 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 #021444 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 20 | 68 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.73 |
| HSL | 223.64º | 0.94% | 0.14% | - |
| HSV(B) | 223.64º | 0.97% | 0.27% | - |
| XYZ | 1.32 | 0.93 | 5.58 | - |
| YUV | 20.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 68 | 0.97 | 0.71 | 0 | 0.73 | 223.64 | 0.94 | 0.14 |
| Hex | 2 | 14 | 44 | 61 | 47 | 0 | 49 | E0 | 5E | E |
| Octal | 2 | 24 | 104 | 141 | 107 | 0 | 111 | 340 | 136 | 16 |
| Binary | 10 | 10100 | 1000100 | 1100001 | 1000111 | 0 | 1001001 | 11100000 | 1011110 | 1110 |
Color Harmonies of #021444
Complementary color
Monochromatic Colors of #021444
Black with #021444
Text Example
Text Example
White with #021444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021444; }
p { color: rgb(2,20,68); }
H1.HeaderClassName
{
color: #021444;
}
.AnyTagClassName
{
color: #021444;
}
</style>
background-color css
<style>
a { background-color: #021444; }
a { background-color: rgb(2,20,68); }
div.DivClassName
{
background-color: #021444;
}
.BgClassName
{
background-color: #021444;
}
</style>
border-color css
<style>
span { border-color: #021444; }
span { border-color: rgb(2,20,68); }
td.TdClassName
{
border-color: #021444;
}
.TagClassName
{
border-color: #021444;
}
</style>