Shades of Midnight Express #111C2E
Tints of Midnight Express #111C2E
RGB
CMYK
RGB Variations
Color information
#111C2E (or 0x111C2E) is known color: Midnight Express. HEX triplet: 11, 1C and 2E. RGB value is (17,28,46). Sum of RGB (Red+Green+Blue) = 17+28+46=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #111C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C2E is #EEE3D1. Grayscale: #1A1A1A. Windows color (decimal): -15655890 or 3021841. OLE color: 3021841.
HSL color Cylindrical-coordinate representation of color #111C2E: hue angle of 217.24º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #111C2E is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 28 | 46 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.82 |
| HSL | 217.24º | 0.46% | 0.12% | - |
| HSV(B) | 217.24º | 0.63% | 0.18% | - |
| XYZ | 1.14 | 1.15 | 2.75 | - |
| YUV | 26.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 46 | 0.63 | 0.39 | 0 | 0.82 | 217.24 | 0.46 | 0.12 |
| Hex | 11 | 1C | 2E | 3F | 27 | 0 | 52 | D9 | 2E | C |
| Octal | 21 | 34 | 56 | 77 | 47 | 0 | 122 | 331 | 56 | 14 |
| Binary | 10001 | 11100 | 101110 | 111111 | 100111 | 0 | 1010010 | 11011001 | 101110 | 1100 |
Color Harmonies of #111C2E
Complementary color
Monochromatic Colors of #111C2E
Black with #111C2E
Text Example
Text Example
White with #111C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C2E; }
p { color: rgb(17,28,46); }
H1.HeaderClassName
{
color: #111C2E;
}
.AnyTagClassName
{
color: #111C2E;
}
</style>
background-color css
<style>
a { background-color: #111C2E; }
a { background-color: rgb(17,28,46); }
div.DivClassName
{
background-color: #111C2E;
}
.BgClassName
{
background-color: #111C2E;
}
</style>
border-color css
<style>
span { border-color: #111C2E; }
span { border-color: rgb(17,28,46); }
td.TdClassName
{
border-color: #111C2E;
}
.TagClassName
{
border-color: #111C2E;
}
</style>