Shades of Midnight Blue #111656
Tints of Midnight Blue #111656
RGB
CMYK
RGB Variations
Color information
#111656 (or 0x111656) is known color: Midnight Blue. HEX triplet: 11, 16 and 56. RGB value is (17,22,86). Sum of RGB (Red+Green+Blue) = 17+22+86=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 86 (33.98% from 255 or 68.8% from 125); Max value from RGB is 86 - color contains mainly: blue. Hex color #111656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111656 is #EEE9A9. Grayscale: #1B1B1B. Windows color (decimal): -15657386 or 5641745. OLE color: 5641745.
HSL color Cylindrical-coordinate representation of color #111656: hue angle of 235.65º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111656 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 22 | 86 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.66 |
| HSL | 235.65º | 0.67% | 0.2% | - |
| HSV(B) | 235.65º | 0.8% | 0.34% | - |
| XYZ | 2.2 | 1.36 | 8.95 | - |
| YUV | 27.8 | 160.84 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 86 | 0.80 | 0.74 | 0 | 0.66 | 235.65 | 0.67 | 0.2 |
| Hex | 11 | 16 | 56 | 50 | 4A | 0 | 42 | EC | 43 | 14 |
| Octal | 21 | 26 | 126 | 120 | 112 | 0 | 102 | 354 | 103 | 24 |
| Binary | 10001 | 10110 | 1010110 | 1010000 | 1001010 | 0 | 1000010 | 11101100 | 1000011 | 10100 |
Color Harmonies of #111656
Complementary color
Monochromatic Colors of #111656
Black with #111656
Text Example
Text Example
White with #111656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111656; }
p { color: rgb(17,22,86); }
H1.HeaderClassName
{
color: #111656;
}
.AnyTagClassName
{
color: #111656;
}
</style>
background-color css
<style>
a { background-color: #111656; }
a { background-color: rgb(17,22,86); }
div.DivClassName
{
background-color: #111656;
}
.BgClassName
{
background-color: #111656;
}
</style>
border-color css
<style>
span { border-color: #111656; }
span { border-color: rgb(17,22,86); }
td.TdClassName
{
border-color: #111656;
}
.TagClassName
{
border-color: #111656;
}
</style>