Shades of Midnight Express #020F41
Tints of Midnight Express #020F41
RGB
CMYK
RGB Variations
Color information
#020F41 (or 0x020F41) is known color: Midnight Express. HEX triplet: 02, 0F and 41. RGB value is (2,15,65). Sum of RGB (Red+Green+Blue) = 2+15+65=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 65 (25.78% from 255 or 79.27% from 82); Max value from RGB is 65 - color contains mainly: blue. Hex color #020F41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F41 is #FDF0BE. Grayscale: #101010. Windows color (decimal): -16642239 or 4263682. OLE color: 4263682.
HSL color Cylindrical-coordinate representation of color #020F41: hue angle of 227.62º 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 #020F41 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 15 | 65 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.75 |
| HSL | 227.62º | 0.94% | 0.13% | - |
| HSV(B) | 227.62º | 0.97% | 0.25% | - |
| XYZ | 1.15 | 0.74 | 5.08 | - |
| YUV | 16.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 65 | 0.97 | 0.77 | 0 | 0.75 | 227.62 | 0.94 | 0.13 |
| Hex | 2 | F | 41 | 61 | 4D | 0 | 4B | E4 | 5E | D |
| Octal | 2 | 17 | 101 | 141 | 115 | 0 | 113 | 344 | 136 | 15 |
| Binary | 10 | 1111 | 1000001 | 1100001 | 1001101 | 0 | 1001011 | 11100100 | 1011110 | 1101 |
Color Harmonies of #020F41
Complementary color
Monochromatic Colors of #020F41
Black with #020F41
Text Example
Text Example
White with #020F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F41; }
p { color: rgb(2,15,65); }
H1.HeaderClassName
{
color: #020F41;
}
.AnyTagClassName
{
color: #020F41;
}
</style>
background-color css
<style>
a { background-color: #020F41; }
a { background-color: rgb(2,15,65); }
div.DivClassName
{
background-color: #020F41;
}
.BgClassName
{
background-color: #020F41;
}
</style>
border-color css
<style>
span { border-color: #020F41; }
span { border-color: rgb(2,15,65); }
td.TdClassName
{
border-color: #020F41;
}
.TagClassName
{
border-color: #020F41;
}
</style>