Shades of Midnight Express #111E3A
Tints of Midnight Express #111E3A
RGB
CMYK
RGB Variations
Color information
#111E3A (or 0x111E3A) is known color: Midnight Express. HEX triplet: 11, 1E and 3A. RGB value is (17,30,58). Sum of RGB (Red+Green+Blue) = 17+30+58=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 58 (23.05% from 255 or 55.24% from 105); Max value from RGB is 58 - color contains mainly: blue. Hex color #111E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E3A is #EEE1C5. Grayscale: #1D1D1D. Windows color (decimal): -15655366 or 3808785. OLE color: 3808785.
HSL color Cylindrical-coordinate representation of color #111E3A: hue angle of 220.98º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #111E3A is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 30 | 58 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.77 |
| HSL | 220.98º | 0.55% | 0.15% | - |
| HSV(B) | 220.98º | 0.71% | 0.23% | - |
| XYZ | 1.46 | 1.35 | 4.19 | - |
| YUV | 29.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 58 | 0.71 | 0.48 | 0 | 0.77 | 220.98 | 0.55 | 0.15 |
| Hex | 11 | 1E | 3A | 47 | 30 | 0 | 4D | DD | 37 | F |
| Octal | 21 | 36 | 72 | 107 | 60 | 0 | 115 | 335 | 67 | 17 |
| Binary | 10001 | 11110 | 111010 | 1000111 | 110000 | 0 | 1001101 | 11011101 | 110111 | 1111 |
Color Harmonies of #111E3A
Complementary color
Monochromatic Colors of #111E3A
Black with #111E3A
Text Example
Text Example
White with #111E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E3A; }
p { color: rgb(17,30,58); }
H1.HeaderClassName
{
color: #111E3A;
}
.AnyTagClassName
{
color: #111E3A;
}
</style>
background-color css
<style>
a { background-color: #111E3A; }
a { background-color: rgb(17,30,58); }
div.DivClassName
{
background-color: #111E3A;
}
.BgClassName
{
background-color: #111E3A;
}
</style>
border-color css
<style>
span { border-color: #111E3A; }
span { border-color: rgb(17,30,58); }
td.TdClassName
{
border-color: #111E3A;
}
.TagClassName
{
border-color: #111E3A;
}
</style>