Shades of Midnight Express #020246
Tints of Midnight Express #020246
RGB
CMYK
RGB Variations
Color information
#020246 (or 0x020246) is known color: Midnight Express. HEX triplet: 02, 02 and 46. RGB value is (2,2,70). Sum of RGB (Red+Green+Blue) = 2+2+70=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 70 (27.73% from 255 or 94.59% from 74); Max value from RGB is 70 - color contains mainly: blue. Hex color #020246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020246 is #FDFDB9. Grayscale: #090909. Windows color (decimal): -16645562 or 4588034. OLE color: 4588034.
HSL color Cylindrical-coordinate representation of color #020246: 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 #020246 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 2 | 70 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.73 |
| HSL | 240º | 0.94% | 0.14% | - |
| HSV(B) | 240º | 0.97% | 0.27% | - |
| XYZ | 1.15 | 0.5 | 5.83 | - |
| YUV | 9.75 | 162 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 70 | 0.97 | 0.97 | 0 | 0.73 | 240 | 0.94 | 0.14 |
| Hex | 2 | 2 | 46 | 61 | 61 | 0 | 49 | F0 | 5E | E |
| Octal | 2 | 2 | 106 | 141 | 141 | 0 | 111 | 360 | 136 | 16 |
| Binary | 10 | 10 | 1000110 | 1100001 | 1100001 | 0 | 1001001 | 11110000 | 1011110 | 1110 |
Color Harmonies of #020246
Complementary color
Monochromatic Colors of #020246
Black with #020246
Text Example
Text Example
White with #020246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020246; }
p { color: rgb(2,2,70); }
H1.HeaderClassName
{
color: #020246;
}
.AnyTagClassName
{
color: #020246;
}
</style>
background-color css
<style>
a { background-color: #020246; }
a { background-color: rgb(2,2,70); }
div.DivClassName
{
background-color: #020246;
}
.BgClassName
{
background-color: #020246;
}
</style>
border-color css
<style>
span { border-color: #020246; }
span { border-color: rgb(2,2,70); }
td.TdClassName
{
border-color: #020246;
}
.TagClassName
{
border-color: #020246;
}
</style>