Shades of Midnight Blue #110C56
Tints of Midnight Blue #110C56
RGB
CMYK
RGB Variations
Color information
#110C56 (or 0x110C56) is known color: Midnight Blue. HEX triplet: 11, 0C and 56. RGB value is (17,12,86). Sum of RGB (Red+Green+Blue) = 17+12+86=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 86 (33.98% from 255 or 74.78% from 115); Max value from RGB is 86 - color contains mainly: blue. Hex color #110C56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110C56 is #EEF3A9. Grayscale: #151515. Windows color (decimal): -15659946 or 5639185. OLE color: 5639185.
HSL color Cylindrical-coordinate representation of color #110C56: hue angle of 244.05º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #110C56 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 12 | 86 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.66 |
| HSL | 244.05º | 0.76% | 0.19% | - |
| HSV(B) | 244.05º | 0.86% | 0.34% | - |
| XYZ | 2.04 | 1.05 | 8.9 | - |
| YUV | 21.93 | 164.16 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 86 | 0.80 | 0.86 | 0 | 0.66 | 244.05 | 0.76 | 0.19 |
| Hex | 11 | C | 56 | 50 | 56 | 0 | 42 | F4 | 4C | 13 |
| Octal | 21 | 14 | 126 | 120 | 126 | 0 | 102 | 364 | 114 | 23 |
| Binary | 10001 | 1100 | 1010110 | 1010000 | 1010110 | 0 | 1000010 | 11110100 | 1001100 | 10011 |
Color Harmonies of #110C56
Complementary color
Monochromatic Colors of #110C56
Black with #110C56
Text Example
Text Example
White with #110C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C56; }
p { color: rgb(17,12,86); }
H1.HeaderClassName
{
color: #110C56;
}
.AnyTagClassName
{
color: #110C56;
}
</style>
background-color css
<style>
a { background-color: #110C56; }
a { background-color: rgb(17,12,86); }
div.DivClassName
{
background-color: #110C56;
}
.BgClassName
{
background-color: #110C56;
}
</style>
border-color css
<style>
span { border-color: #110C56; }
span { border-color: rgb(17,12,86); }
td.TdClassName
{
border-color: #110C56;
}
.TagClassName
{
border-color: #110C56;
}
</style>