Shades of Midnight Blue #110856
Tints of Midnight Blue #110856
RGB
CMYK
RGB Variations
Color information
#110856 (or 0x110856) is known color: Midnight Blue. HEX triplet: 11, 08 and 56. RGB value is (17,8,86). Sum of RGB (Red+Green+Blue) = 17+8+86=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 86 (33.98% from 255 or 77.48% from 111); Max value from RGB is 86 - color contains mainly: blue. Hex color #110856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110856 is #EEF7A9. Grayscale: #131313. Windows color (decimal): -15660970 or 5638161. OLE color: 5638161.
HSL color Cylindrical-coordinate representation of color #110856: hue angle of 246.92º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110856 is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 8 | 86 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.66 |
| HSL | 246.92º | 0.83% | 0.18% | - |
| HSV(B) | 246.92º | 0.91% | 0.34% | - |
| XYZ | 2 | 0.96 | 8.89 | - |
| YUV | 19.58 | 165.48 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 86 | 0.80 | 0.91 | 0 | 0.66 | 246.92 | 0.83 | 0.18 |
| Hex | 11 | 8 | 56 | 50 | 5B | 0 | 42 | F7 | 53 | 12 |
| Octal | 21 | 10 | 126 | 120 | 133 | 0 | 102 | 367 | 123 | 22 |
| Binary | 10001 | 1000 | 1010110 | 1010000 | 1011011 | 0 | 1000010 | 11110111 | 1010011 | 10010 |
Color Harmonies of #110856
Complementary color
Monochromatic Colors of #110856
Black with #110856
Text Example
Text Example
White with #110856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110856; }
p { color: rgb(17,8,86); }
H1.HeaderClassName
{
color: #110856;
}
.AnyTagClassName
{
color: #110856;
}
</style>
background-color css
<style>
a { background-color: #110856; }
a { background-color: rgb(17,8,86); }
div.DivClassName
{
background-color: #110856;
}
.BgClassName
{
background-color: #110856;
}
</style>
border-color css
<style>
span { border-color: #110856; }
span { border-color: rgb(17,8,86); }
td.TdClassName
{
border-color: #110856;
}
.TagClassName
{
border-color: #110856;
}
</style>