Shades of Midnight Express #02113D
Tints of Midnight Express #02113D
RGB
CMYK
RGB Variations
Color information
#02113D (or 0x02113D) is known color: Midnight Express. HEX triplet: 02, 11 and 3D. RGB value is (2,17,61). Sum of RGB (Red+Green+Blue) = 2+17+61=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 61 (24.22% from 255 or 76.25% from 80); Max value from RGB is 61 - color contains mainly: blue. Hex color #02113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02113D is #FDEEC2. Grayscale: #111111. Windows color (decimal): -16641731 or 4002050. OLE color: 4002050.
HSL color Cylindrical-coordinate representation of color #02113D: hue angle of 224.75º 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 #02113D is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 17 | 61 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.76 |
| HSL | 224.75º | 0.94% | 0.12% | - |
| HSV(B) | 224.75º | 0.97% | 0.24% | - |
| XYZ | 1.07 | 0.75 | 4.5 | - |
| YUV | 17.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 61 | 0.97 | 0.72 | 0 | 0.76 | 224.75 | 0.94 | 0.12 |
| Hex | 2 | 11 | 3D | 61 | 48 | 0 | 4C | E1 | 5E | C |
| Octal | 2 | 21 | 75 | 141 | 110 | 0 | 114 | 341 | 136 | 14 |
| Binary | 10 | 10001 | 111101 | 1100001 | 1001000 | 0 | 1001100 | 11100001 | 1011110 | 1100 |
Color Harmonies of #02113D
Complementary color
Monochromatic Colors of #02113D
Black with #02113D
Text Example
Text Example
White with #02113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02113D; }
p { color: rgb(2,17,61); }
H1.HeaderClassName
{
color: #02113D;
}
.AnyTagClassName
{
color: #02113D;
}
</style>
background-color css
<style>
a { background-color: #02113D; }
a { background-color: rgb(2,17,61); }
div.DivClassName
{
background-color: #02113D;
}
.BgClassName
{
background-color: #02113D;
}
</style>
border-color css
<style>
span { border-color: #02113D; }
span { border-color: rgb(2,17,61); }
td.TdClassName
{
border-color: #02113D;
}
.TagClassName
{
border-color: #02113D;
}
</style>