Shades of Midnight Express #02102A
Tints of Midnight Express #02102A
RGB
CMYK
RGB Variations
Color information
#02102A (or 0x02102A) is known color: Midnight Express. HEX triplet: 02, 10 and 2A. RGB value is (2,16,42). Sum of RGB (Red+Green+Blue) = 2+16+42=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 42 (16.80% from 255 or 70% from 60); Max value from RGB is 42 - color contains mainly: blue. Hex color #02102A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02102A is #FDEFD5. Grayscale: #0E0E0E. Windows color (decimal): -16642006 or 2756610. OLE color: 2756610.
HSL color Cylindrical-coordinate representation of color #02102A: hue angle of 219º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02102A is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 16 | 42 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.84 |
| HSL | 219º | 0.91% | 0.09% | - |
| HSV(B) | 219º | 0.95% | 0.16% | - |
| XYZ | 0.63 | 0.55 | 2.26 | - |
| YUV | 14.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 42 | 0.95 | 0.62 | 0 | 0.84 | 219 | 0.91 | 0.09 |
| Hex | 2 | 10 | 2A | 5F | 3E | 0 | 54 | DB | 5B | 9 |
| Octal | 2 | 20 | 52 | 137 | 76 | 0 | 124 | 333 | 133 | 11 |
| Binary | 10 | 10000 | 101010 | 1011111 | 111110 | 0 | 1010100 | 11011011 | 1011011 | 1001 |
Color Harmonies of #02102A
Complementary color
Monochromatic Colors of #02102A
Black with #02102A
Text Example
Text Example
White with #02102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02102A; }
p { color: rgb(2,16,42); }
H1.HeaderClassName
{
color: #02102A;
}
.AnyTagClassName
{
color: #02102A;
}
</style>
background-color css
<style>
a { background-color: #02102A; }
a { background-color: rgb(2,16,42); }
div.DivClassName
{
background-color: #02102A;
}
.BgClassName
{
background-color: #02102A;
}
</style>
border-color css
<style>
span { border-color: #02102A; }
span { border-color: rgb(2,16,42); }
td.TdClassName
{
border-color: #02102A;
}
.TagClassName
{
border-color: #02102A;
}
</style>