Shades of Midnight Express #020041
Tints of Midnight Express #020041
RGB
CMYK
RGB Variations
Color information
#020041 (or 0x020041) is known color: Midnight Express. HEX triplet: 02, 00 and 41. RGB value is (2,0,65). Sum of RGB (Red+Green+Blue) = 2+0+65=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 65 (25.78% from 255 or 97.01% from 67); Max value from RGB is 65 - color contains mainly: blue. Hex color #020041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020041 is #FDFFBE. Grayscale: #070707. Windows color (decimal): -16646079 or 4259842. OLE color: 4259842.
HSL color Cylindrical-coordinate representation of color #020041: hue angle of 241.85º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020041 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 0 | 65 | - |
| CMYK | 0.97 | 1 | 0 | 0.75 |
| HSL | 241.85º | 1% | 0.13% | - |
| HSV(B) | 241.85º | 1% | 0.25% | - |
| XYZ | 0.98 | 0.39 | 5.03 | - |
| YUV | 8.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 65 | 0.97 | 1 | 0 | 0.75 | 241.85 | 1 | 0.13 |
| Hex | 2 | 0 | 41 | 61 | 64 | 0 | 4B | F2 | 64 | D |
| Octal | 2 | 0 | 101 | 141 | 144 | 0 | 113 | 362 | 144 | 15 |
| Binary | 10 | 0 | 1000001 | 1100001 | 1100100 | 0 | 1001011 | 11110010 | 1100100 | 1101 |
Color Harmonies of #020041
Complementary color
Monochromatic Colors of #020041
Black with #020041
Text Example
Text Example
White with #020041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020041; }
p { color: rgb(2,0,65); }
H1.HeaderClassName
{
color: #020041;
}
.AnyTagClassName
{
color: #020041;
}
</style>
background-color css
<style>
a { background-color: #020041; }
a { background-color: rgb(2,0,65); }
div.DivClassName
{
background-color: #020041;
}
.BgClassName
{
background-color: #020041;
}
</style>
border-color css
<style>
span { border-color: #020041; }
span { border-color: rgb(2,0,65); }
td.TdClassName
{
border-color: #020041;
}
.TagClassName
{
border-color: #020041;
}
</style>