Shades of Midnight Express #020145
Tints of Midnight Express #020145
RGB
CMYK
RGB Variations
Color information
#020145 (or 0x020145) is known color: Midnight Express. HEX triplet: 02, 01 and 45. RGB value is (2,1,69). Sum of RGB (Red+Green+Blue) = 2+1+69=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 69 (27.34% from 255 or 95.83% from 72); Max value from RGB is 69 - color contains mainly: blue. Hex color #020145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020145 is #FDFEBA. Grayscale: #080808. Windows color (decimal): -16645819 or 4522242. OLE color: 4522242.
HSL color Cylindrical-coordinate representation of color #020145: hue angle of 240.88º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020145 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 1 | 69 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.73 |
| HSL | 240.88º | 0.97% | 0.14% | - |
| HSV(B) | 240.88º | 0.99% | 0.27% | - |
| XYZ | 1.11 | 0.46 | 5.66 | - |
| YUV | 9.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 69 | 0.97 | 0.99 | 0 | 0.73 | 240.88 | 0.97 | 0.14 |
| Hex | 2 | 1 | 45 | 61 | 63 | 0 | 49 | F1 | 61 | E |
| Octal | 2 | 1 | 105 | 141 | 143 | 0 | 111 | 361 | 141 | 16 |
| Binary | 10 | 1 | 1000101 | 1100001 | 1100011 | 0 | 1001001 | 11110001 | 1100001 | 1110 |
Color Harmonies of #020145
Complementary color
Monochromatic Colors of #020145
Black with #020145
Text Example
Text Example
White with #020145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020145; }
p { color: rgb(2,1,69); }
H1.HeaderClassName
{
color: #020145;
}
.AnyTagClassName
{
color: #020145;
}
</style>
background-color css
<style>
a { background-color: #020145; }
a { background-color: rgb(2,1,69); }
div.DivClassName
{
background-color: #020145;
}
.BgClassName
{
background-color: #020145;
}
</style>
border-color css
<style>
span { border-color: #020145; }
span { border-color: rgb(2,1,69); }
td.TdClassName
{
border-color: #020145;
}
.TagClassName
{
border-color: #020145;
}
</style>