Shades of Midnight Express #111A2B
Tints of Midnight Express #111A2B
RGB
CMYK
RGB Variations
Color information
#111A2B (or 0x111A2B) is known color: Midnight Express. HEX triplet: 11, 1A and 2B. RGB value is (17,26,43). Sum of RGB (Red+Green+Blue) = 17+26+43=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 43 (17.19% from 255 or 50% from 86); Max value from RGB is 43 - color contains mainly: blue. Hex color #111A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A2B is #EEE5D4. Grayscale: #191919. Windows color (decimal): -15656405 or 2824721. OLE color: 2824721.
HSL color Cylindrical-coordinate representation of color #111A2B: hue angle of 219.23º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #111A2B is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 26 | 43 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.83 |
| HSL | 219.23º | 0.43% | 0.12% | - |
| HSV(B) | 219.23º | 0.6% | 0.17% | - |
| XYZ | 1.04 | 1.03 | 2.43 | - |
| YUV | 25.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 43 | 0.60 | 0.40 | 0 | 0.83 | 219.23 | 0.43 | 0.12 |
| Hex | 11 | 1A | 2B | 3C | 28 | 0 | 53 | DB | 2B | C |
| Octal | 21 | 32 | 53 | 74 | 50 | 0 | 123 | 333 | 53 | 14 |
| Binary | 10001 | 11010 | 101011 | 111100 | 101000 | 0 | 1010011 | 11011011 | 101011 | 1100 |
Color Harmonies of #111A2B
Complementary color
Monochromatic Colors of #111A2B
Black with #111A2B
Text Example
Text Example
White with #111A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A2B; }
p { color: rgb(17,26,43); }
H1.HeaderClassName
{
color: #111A2B;
}
.AnyTagClassName
{
color: #111A2B;
}
</style>
background-color css
<style>
a { background-color: #111A2B; }
a { background-color: rgb(17,26,43); }
div.DivClassName
{
background-color: #111A2B;
}
.BgClassName
{
background-color: #111A2B;
}
</style>
border-color css
<style>
span { border-color: #111A2B; }
span { border-color: rgb(17,26,43); }
td.TdClassName
{
border-color: #111A2B;
}
.TagClassName
{
border-color: #111A2B;
}
</style>