Shades of Midnight Express #020F40
Tints of Midnight Express #020F40
RGB
CMYK
RGB Variations
Color information
#020F40 (or 0x020F40) is known color: Midnight Express. HEX triplet: 02, 0F and 40. RGB value is (2,15,64). Sum of RGB (Red+Green+Blue) = 2+15+64=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 64 (25.39% from 255 or 79.01% from 81); Max value from RGB is 64 - color contains mainly: blue. Hex color #020F40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F40 is #FDF0BF. Grayscale: #101010. Windows color (decimal): -16642240 or 4198146. OLE color: 4198146.
HSL color Cylindrical-coordinate representation of color #020F40: hue angle of 227.42º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020F40 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 15 | 64 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.75 |
| HSL | 227.42º | 0.94% | 0.13% | - |
| HSV(B) | 227.42º | 0.97% | 0.25% | - |
| XYZ | 1.12 | 0.72 | 4.93 | - |
| YUV | 16.7 | 154.69 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 64 | 0.97 | 0.77 | 0 | 0.75 | 227.42 | 0.94 | 0.13 |
| Hex | 2 | F | 40 | 61 | 4D | 0 | 4B | E3 | 5E | D |
| Octal | 2 | 17 | 100 | 141 | 115 | 0 | 113 | 343 | 136 | 15 |
| Binary | 10 | 1111 | 1000000 | 1100001 | 1001101 | 0 | 1001011 | 11100011 | 1011110 | 1101 |
Color Harmonies of #020F40
Complementary color
Monochromatic Colors of #020F40
Black with #020F40
Text Example
Text Example
White with #020F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F40; }
p { color: rgb(2,15,64); }
H1.HeaderClassName
{
color: #020F40;
}
.AnyTagClassName
{
color: #020F40;
}
</style>
background-color css
<style>
a { background-color: #020F40; }
a { background-color: rgb(2,15,64); }
div.DivClassName
{
background-color: #020F40;
}
.BgClassName
{
background-color: #020F40;
}
</style>
border-color css
<style>
span { border-color: #020F40; }
span { border-color: rgb(2,15,64); }
td.TdClassName
{
border-color: #020F40;
}
.TagClassName
{
border-color: #020F40;
}
</style>