Shades of Midnight Express #111D3A
Tints of Midnight Express #111D3A
RGB
CMYK
RGB Variations
Color information
#111D3A (or 0x111D3A) is known color: Midnight Express. HEX triplet: 11, 1D and 3A. RGB value is (17,29,58). Sum of RGB (Red+Green+Blue) = 17+29+58=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 58 (23.05% from 255 or 55.77% from 104); Max value from RGB is 58 - color contains mainly: blue. Hex color #111D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D3A is #EEE2C5. Grayscale: #1C1C1C. Windows color (decimal): -15655622 or 3808529. OLE color: 3808529.
HSL color Cylindrical-coordinate representation of color #111D3A: hue angle of 222.44º 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 #111D3A is Cyan = 0.71, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 29 | 58 | - |
| CMYK | 0.71 | 0.5 | 0 | 0.77 |
| HSL | 222.44º | 0.55% | 0.15% | - |
| HSV(B) | 222.44º | 0.71% | 0.23% | - |
| XYZ | 1.43 | 1.3 | 4.18 | - |
| YUV | 28.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 58 | 0.71 | 0.5 | 0 | 0.77 | 222.44 | 0.55 | 0.15 |
| Hex | 11 | 1D | 3A | 47 | 32 | 0 | 4D | DE | 37 | F |
| Octal | 21 | 35 | 72 | 107 | 62 | 0 | 115 | 336 | 67 | 17 |
| Binary | 10001 | 11101 | 111010 | 1000111 | 110010 | 0 | 1001101 | 11011110 | 110111 | 1111 |
Color Harmonies of #111D3A
Complementary color
Monochromatic Colors of #111D3A
Black with #111D3A
Text Example
Text Example
White with #111D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D3A; }
p { color: rgb(17,29,58); }
H1.HeaderClassName
{
color: #111D3A;
}
.AnyTagClassName
{
color: #111D3A;
}
</style>
background-color css
<style>
a { background-color: #111D3A; }
a { background-color: rgb(17,29,58); }
div.DivClassName
{
background-color: #111D3A;
}
.BgClassName
{
background-color: #111D3A;
}
</style>
border-color css
<style>
span { border-color: #111D3A; }
span { border-color: rgb(17,29,58); }
td.TdClassName
{
border-color: #111D3A;
}
.TagClassName
{
border-color: #111D3A;
}
</style>