Shades of Midnight Express #02102E
Tints of Midnight Express #02102E
RGB
CMYK
RGB Variations
Color information
#02102E (or 0x02102E) is known color: Midnight Express. HEX triplet: 02, 10 and 2E. RGB value is (2,16,46). Sum of RGB (Red+Green+Blue) = 2+16+46=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 46 (18.36% from 255 or 71.88% from 64); Max value from RGB is 46 - color contains mainly: blue. Hex color #02102E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02102E is #FDEFD1. Grayscale: #0F0F0F. Windows color (decimal): -16642002 or 3018754. OLE color: 3018754.
HSL color Cylindrical-coordinate representation of color #02102E: hue angle of 220.91º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02102E is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 16 | 46 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.82 |
| HSL | 220.91º | 0.92% | 0.09% | - |
| HSV(B) | 220.91º | 0.96% | 0.18% | - |
| XYZ | 0.7 | 0.58 | 2.66 | - |
| YUV | 15.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 46 | 0.96 | 0.65 | 0 | 0.82 | 220.91 | 0.92 | 0.09 |
| Hex | 2 | 10 | 2E | 60 | 41 | 0 | 52 | DD | 5C | 9 |
| Octal | 2 | 20 | 56 | 140 | 101 | 0 | 122 | 335 | 134 | 11 |
| Binary | 10 | 10000 | 101110 | 1100000 | 1000001 | 0 | 1010010 | 11011101 | 1011100 | 1001 |
Color Harmonies of #02102E
Complementary color
Monochromatic Colors of #02102E
Black with #02102E
Text Example
Text Example
White with #02102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02102E; }
p { color: rgb(2,16,46); }
H1.HeaderClassName
{
color: #02102E;
}
.AnyTagClassName
{
color: #02102E;
}
</style>
background-color css
<style>
a { background-color: #02102E; }
a { background-color: rgb(2,16,46); }
div.DivClassName
{
background-color: #02102E;
}
.BgClassName
{
background-color: #02102E;
}
</style>
border-color css
<style>
span { border-color: #02102E; }
span { border-color: rgb(2,16,46); }
td.TdClassName
{
border-color: #02102E;
}
.TagClassName
{
border-color: #02102E;
}
</style>