Shades of Midnight Express #02102D
Tints of Midnight Express #02102D
RGB
CMYK
RGB Variations
Color information
#02102D (or 0x02102D) is known color: Midnight Express. HEX triplet: 02, 10 and 2D. RGB value is (2,16,45). Sum of RGB (Red+Green+Blue) = 2+16+45=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 45 (17.97% from 255 or 71.43% from 63); Max value from RGB is 45 - color contains mainly: blue. Hex color #02102D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02102D is #FDEFD2. Grayscale: #0E0E0E. Windows color (decimal): -16642003 or 2953218. OLE color: 2953218.
HSL color Cylindrical-coordinate representation of color #02102D: hue angle of 220.47º degrees, saturation: 0.91, 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 #02102D is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 16 | 45 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.82 |
| HSL | 220.47º | 0.91% | 0.09% | - |
| HSV(B) | 220.47º | 0.96% | 0.18% | - |
| XYZ | 0.68 | 0.57 | 2.56 | - |
| YUV | 15.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 45 | 0.96 | 0.64 | 0 | 0.82 | 220.47 | 0.91 | 0.09 |
| Hex | 2 | 10 | 2D | 60 | 40 | 0 | 52 | DC | 5B | 9 |
| Octal | 2 | 20 | 55 | 140 | 100 | 0 | 122 | 334 | 133 | 11 |
| Binary | 10 | 10000 | 101101 | 1100000 | 1000000 | 0 | 1010010 | 11011100 | 1011011 | 1001 |
Color Harmonies of #02102D
Complementary color
Monochromatic Colors of #02102D
Black with #02102D
Text Example
Text Example
White with #02102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02102D; }
p { color: rgb(2,16,45); }
H1.HeaderClassName
{
color: #02102D;
}
.AnyTagClassName
{
color: #02102D;
}
</style>
background-color css
<style>
a { background-color: #02102D; }
a { background-color: rgb(2,16,45); }
div.DivClassName
{
background-color: #02102D;
}
.BgClassName
{
background-color: #02102D;
}
</style>
border-color css
<style>
span { border-color: #02102D; }
span { border-color: rgb(2,16,45); }
td.TdClassName
{
border-color: #02102D;
}
.TagClassName
{
border-color: #02102D;
}
</style>