Shades of Midnight Express #02112D
Tints of Midnight Express #02112D
RGB
CMYK
RGB Variations
Color information
#02112D (or 0x02112D) is known color: Midnight Express. HEX triplet: 02, 11 and 2D. RGB value is (2,17,45). Sum of RGB (Red+Green+Blue) = 2+17+45=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 45 (17.97% from 255 or 70.31% from 64); Max value from RGB is 45 - color contains mainly: blue. Hex color #02112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02112D is #FDEED2. Grayscale: #0F0F0F. Windows color (decimal): -16641747 or 2953474. OLE color: 2953474.
HSL color Cylindrical-coordinate representation of color #02112D: hue angle of 219.07º 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 #02112D is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 17 | 45 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.82 |
| HSL | 219.07º | 0.91% | 0.09% | - |
| HSV(B) | 219.07º | 0.96% | 0.18% | - |
| XYZ | 0.7 | 0.6 | 2.56 | - |
| YUV | 15.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 45 | 0.96 | 0.62 | 0 | 0.82 | 219.07 | 0.91 | 0.09 |
| Hex | 2 | 11 | 2D | 60 | 3E | 0 | 52 | DB | 5B | 9 |
| Octal | 2 | 21 | 55 | 140 | 76 | 0 | 122 | 333 | 133 | 11 |
| Binary | 10 | 10001 | 101101 | 1100000 | 111110 | 0 | 1010010 | 11011011 | 1011011 | 1001 |
Color Harmonies of #02112D
Complementary color
Monochromatic Colors of #02112D
Black with #02112D
Text Example
Text Example
White with #02112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02112D; }
p { color: rgb(2,17,45); }
H1.HeaderClassName
{
color: #02112D;
}
.AnyTagClassName
{
color: #02112D;
}
</style>
background-color css
<style>
a { background-color: #02112D; }
a { background-color: rgb(2,17,45); }
div.DivClassName
{
background-color: #02112D;
}
.BgClassName
{
background-color: #02112D;
}
</style>
border-color css
<style>
span { border-color: #02112D; }
span { border-color: rgb(2,17,45); }
td.TdClassName
{
border-color: #02112D;
}
.TagClassName
{
border-color: #02112D;
}
</style>