Shades of Midnight Express #020F42
Tints of Midnight Express #020F42
RGB
CMYK
RGB Variations
Color information
#020F42 (or 0x020F42) is known color: Midnight Express. HEX triplet: 02, 0F and 42. RGB value is (2,15,66). Sum of RGB (Red+Green+Blue) = 2+15+66=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 66 (26.17% from 255 or 79.52% from 83); Max value from RGB is 66 - color contains mainly: blue. Hex color #020F42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F42 is #FDF0BD. Grayscale: #101010. Windows color (decimal): -16642238 or 4329218. OLE color: 4329218.
HSL color Cylindrical-coordinate representation of color #020F42: hue angle of 227.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020F42 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 15 | 66 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.74 |
| HSL | 227.81º | 0.94% | 0.13% | - |
| HSV(B) | 227.81º | 0.97% | 0.26% | - |
| XYZ | 1.18 | 0.75 | 5.24 | - |
| YUV | 16.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 66 | 0.97 | 0.77 | 0 | 0.74 | 227.81 | 0.94 | 0.13 |
| Hex | 2 | F | 42 | 61 | 4D | 0 | 4A | E4 | 5E | D |
| Octal | 2 | 17 | 102 | 141 | 115 | 0 | 112 | 344 | 136 | 15 |
| Binary | 10 | 1111 | 1000010 | 1100001 | 1001101 | 0 | 1001010 | 11100100 | 1011110 | 1101 |
Color Harmonies of #020F42
Complementary color
Monochromatic Colors of #020F42
Black with #020F42
Text Example
Text Example
White with #020F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F42; }
p { color: rgb(2,15,66); }
H1.HeaderClassName
{
color: #020F42;
}
.AnyTagClassName
{
color: #020F42;
}
</style>
background-color css
<style>
a { background-color: #020F42; }
a { background-color: rgb(2,15,66); }
div.DivClassName
{
background-color: #020F42;
}
.BgClassName
{
background-color: #020F42;
}
</style>
border-color css
<style>
span { border-color: #020F42; }
span { border-color: rgb(2,15,66); }
td.TdClassName
{
border-color: #020F42;
}
.TagClassName
{
border-color: #020F42;
}
</style>