Shades of Midnight Express #020244
Tints of Midnight Express #020244
RGB
CMYK
RGB Variations
Color information
#020244 (or 0x020244) is known color: Midnight Express. HEX triplet: 02, 02 and 44. RGB value is (2,2,68). Sum of RGB (Red+Green+Blue) = 2+2+68=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 68 (26.95% from 255 or 94.44% from 72); Max value from RGB is 68 - color contains mainly: blue. Hex color #020244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020244 is #FDFDBB. Grayscale: #090909. Windows color (decimal): -16645564 or 4456962. OLE color: 4456962.
HSL color Cylindrical-coordinate representation of color #020244: hue angle of 240º 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 #020244 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 2 | 68 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.73 |
| HSL | 240º | 0.94% | 0.14% | - |
| HSV(B) | 240º | 0.97% | 0.27% | - |
| XYZ | 1.09 | 0.47 | 5.5 | - |
| YUV | 9.52 | 161 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 68 | 0.97 | 0.97 | 0 | 0.73 | 240 | 0.94 | 0.14 |
| Hex | 2 | 2 | 44 | 61 | 61 | 0 | 49 | F0 | 5E | E |
| Octal | 2 | 2 | 104 | 141 | 141 | 0 | 111 | 360 | 136 | 16 |
| Binary | 10 | 10 | 1000100 | 1100001 | 1100001 | 0 | 1001001 | 11110000 | 1011110 | 1110 |
Color Harmonies of #020244
Complementary color
Monochromatic Colors of #020244
Black with #020244
Text Example
Text Example
White with #020244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020244; }
p { color: rgb(2,2,68); }
H1.HeaderClassName
{
color: #020244;
}
.AnyTagClassName
{
color: #020244;
}
</style>
background-color css
<style>
a { background-color: #020244; }
a { background-color: rgb(2,2,68); }
div.DivClassName
{
background-color: #020244;
}
.BgClassName
{
background-color: #020244;
}
</style>
border-color css
<style>
span { border-color: #020244; }
span { border-color: rgb(2,2,68); }
td.TdClassName
{
border-color: #020244;
}
.TagClassName
{
border-color: #020244;
}
</style>