Shades of Midnight Blue #110956
Tints of Midnight Blue #110956
RGB
CMYK
RGB Variations
Color information
#110956 (or 0x110956) is known color: Midnight Blue. HEX triplet: 11, 09 and 56. RGB value is (17,9,86). Sum of RGB (Red+Green+Blue) = 17+9+86=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 86 (33.98% from 255 or 76.79% from 112); Max value from RGB is 86 - color contains mainly: blue. Hex color #110956 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110956 is #EEF6A9. Grayscale: #131313. Windows color (decimal): -15660714 or 5638417. OLE color: 5638417.
HSL color Cylindrical-coordinate representation of color #110956: hue angle of 246.23º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110956 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 9 | 86 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.66 |
| HSL | 246.23º | 0.81% | 0.19% | - |
| HSV(B) | 246.23º | 0.9% | 0.34% | - |
| XYZ | 2.01 | 0.99 | 8.89 | - |
| YUV | 20.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 86 | 0.80 | 0.90 | 0 | 0.66 | 246.23 | 0.81 | 0.19 |
| Hex | 11 | 9 | 56 | 50 | 5A | 0 | 42 | F6 | 51 | 13 |
| Octal | 21 | 11 | 126 | 120 | 132 | 0 | 102 | 366 | 121 | 23 |
| Binary | 10001 | 1001 | 1010110 | 1010000 | 1011010 | 0 | 1000010 | 11110110 | 1010001 | 10011 |
Color Harmonies of #110956
Complementary color
Monochromatic Colors of #110956
Black with #110956
Text Example
Text Example
White with #110956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110956; }
p { color: rgb(17,9,86); }
H1.HeaderClassName
{
color: #110956;
}
.AnyTagClassName
{
color: #110956;
}
</style>
background-color css
<style>
a { background-color: #110956; }
a { background-color: rgb(17,9,86); }
div.DivClassName
{
background-color: #110956;
}
.BgClassName
{
background-color: #110956;
}
</style>
border-color css
<style>
span { border-color: #110956; }
span { border-color: rgb(17,9,86); }
td.TdClassName
{
border-color: #110956;
}
.TagClassName
{
border-color: #110956;
}
</style>