Shades of Midnight Express #02113B
Tints of Midnight Express #02113B
RGB
CMYK
RGB Variations
Color information
#02113B (or 0x02113B) is known color: Midnight Express. HEX triplet: 02, 11 and 3B. RGB value is (2,17,59). Sum of RGB (Red+Green+Blue) = 2+17+59=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 59 (23.44% from 255 or 75.64% from 78); Max value from RGB is 59 - color contains mainly: blue. Hex color #02113B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02113B is #FDEEC4. Grayscale: #111111. Windows color (decimal): -16641733 or 3870978. OLE color: 3870978.
HSL color Cylindrical-coordinate representation of color #02113B: hue angle of 224.21º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02113B is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 17 | 59 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.77 |
| HSL | 224.21º | 0.93% | 0.12% | - |
| HSV(B) | 224.21º | 0.97% | 0.23% | - |
| XYZ | 1.01 | 0.73 | 4.23 | - |
| YUV | 17.3 | 151.53 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 59 | 0.97 | 0.71 | 0 | 0.77 | 224.21 | 0.93 | 0.12 |
| Hex | 2 | 11 | 3B | 61 | 47 | 0 | 4D | E0 | 5D | C |
| Octal | 2 | 21 | 73 | 141 | 107 | 0 | 115 | 340 | 135 | 14 |
| Binary | 10 | 10001 | 111011 | 1100001 | 1000111 | 0 | 1001101 | 11100000 | 1011101 | 1100 |
Color Harmonies of #02113B
Complementary color
Monochromatic Colors of #02113B
Black with #02113B
Text Example
Text Example
White with #02113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02113B; }
p { color: rgb(2,17,59); }
H1.HeaderClassName
{
color: #02113B;
}
.AnyTagClassName
{
color: #02113B;
}
</style>
background-color css
<style>
a { background-color: #02113B; }
a { background-color: rgb(2,17,59); }
div.DivClassName
{
background-color: #02113B;
}
.BgClassName
{
background-color: #02113B;
}
</style>
border-color css
<style>
span { border-color: #02113B; }
span { border-color: rgb(2,17,59); }
td.TdClassName
{
border-color: #02113B;
}
.TagClassName
{
border-color: #02113B;
}
</style>