Shades of Midnight Express #02113C
Tints of Midnight Express #02113C
RGB
CMYK
RGB Variations
Color information
#02113C (or 0x02113C) is known color: Midnight Express. HEX triplet: 02, 11 and 3C. RGB value is (2,17,60). Sum of RGB (Red+Green+Blue) = 2+17+60=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 60 (23.83% from 255 or 75.95% from 79); Max value from RGB is 60 - color contains mainly: blue. Hex color #02113C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02113C is #FDEEC3. Grayscale: #111111. Windows color (decimal): -16641732 or 3936514. OLE color: 3936514.
HSL color Cylindrical-coordinate representation of color #02113C: hue angle of 224.48º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02113C is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 17 | 60 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.76 |
| HSL | 224.48º | 0.94% | 0.12% | - |
| HSV(B) | 224.48º | 0.97% | 0.24% | - |
| XYZ | 1.04 | 0.74 | 4.36 | - |
| YUV | 17.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 60 | 0.97 | 0.72 | 0 | 0.76 | 224.48 | 0.94 | 0.12 |
| Hex | 2 | 11 | 3C | 61 | 48 | 0 | 4C | E0 | 5E | C |
| Octal | 2 | 21 | 74 | 141 | 110 | 0 | 114 | 340 | 136 | 14 |
| Binary | 10 | 10001 | 111100 | 1100001 | 1001000 | 0 | 1001100 | 11100000 | 1011110 | 1100 |
Color Harmonies of #02113C
Complementary color
Monochromatic Colors of #02113C
Black with #02113C
Text Example
Text Example
White with #02113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02113C; }
p { color: rgb(2,17,60); }
H1.HeaderClassName
{
color: #02113C;
}
.AnyTagClassName
{
color: #02113C;
}
</style>
background-color css
<style>
a { background-color: #02113C; }
a { background-color: rgb(2,17,60); }
div.DivClassName
{
background-color: #02113C;
}
.BgClassName
{
background-color: #02113C;
}
</style>
border-color css
<style>
span { border-color: #02113C; }
span { border-color: rgb(2,17,60); }
td.TdClassName
{
border-color: #02113C;
}
.TagClassName
{
border-color: #02113C;
}
</style>