Shades of Midnight Express #020035
Tints of Midnight Express #020035
RGB
CMYK
RGB Variations
Color information
#020035 (or 0x020035) is known color: Midnight Express. HEX triplet: 02, 00 and 35. RGB value is (2,0,53). Sum of RGB (Red+Green+Blue) = 2+0+53=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 53 (21.09% from 255 or 96.36% from 55); Max value from RGB is 53 - color contains mainly: blue. Hex color #020035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020035 is #FDFFCA. Grayscale: #060606. Windows color (decimal): -16646091 or 3473410. OLE color: 3473410.
HSL color Cylindrical-coordinate representation of color #020035: hue angle of 242.26º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020035 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 0 | 53 | - |
| CMYK | 0.96 | 1 | 0 | 0.79 |
| HSL | 242.26º | 1% | 0.1% | - |
| HSV(B) | 242.26º | 1% | 0.21% | - |
| XYZ | 0.67 | 0.27 | 3.39 | - |
| YUV | 6.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 53 | 0.96 | 1 | 0 | 0.79 | 242.26 | 1 | 0.1 |
| Hex | 2 | 0 | 35 | 60 | 64 | 0 | 4F | F2 | 64 | A |
| Octal | 2 | 0 | 65 | 140 | 144 | 0 | 117 | 362 | 144 | 12 |
| Binary | 10 | 0 | 110101 | 1100000 | 1100100 | 0 | 1001111 | 11110010 | 1100100 | 1010 |
Color Harmonies of #020035
Complementary color
Monochromatic Colors of #020035
Black with #020035
Text Example
Text Example
White with #020035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020035; }
p { color: rgb(2,0,53); }
H1.HeaderClassName
{
color: #020035;
}
.AnyTagClassName
{
color: #020035;
}
</style>
background-color css
<style>
a { background-color: #020035; }
a { background-color: rgb(2,0,53); }
div.DivClassName
{
background-color: #020035;
}
.BgClassName
{
background-color: #020035;
}
</style>
border-color css
<style>
span { border-color: #020035; }
span { border-color: rgb(2,0,53); }
td.TdClassName
{
border-color: #020035;
}
.TagClassName
{
border-color: #020035;
}
</style>