Shades of Midnight Blue #110A56
Tints of Midnight Blue #110A56
RGB
CMYK
RGB Variations
Color information
#110A56 (or 0x110A56) is known color: Midnight Blue. HEX triplet: 11, 0A and 56. RGB value is (17,10,86). Sum of RGB (Red+Green+Blue) = 17+10+86=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 86 (33.98% from 255 or 76.11% from 113); Max value from RGB is 86 - color contains mainly: blue. Hex color #110A56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110A56 is #EEF5A9. Grayscale: #141414. Windows color (decimal): -15660458 or 5638673. OLE color: 5638673.
HSL color Cylindrical-coordinate representation of color #110A56: hue angle of 245.53º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110A56 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 10 | 86 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.66 |
| HSL | 245.53º | 0.79% | 0.19% | - |
| HSV(B) | 245.53º | 0.88% | 0.34% | - |
| XYZ | 2.02 | 1.01 | 8.89 | - |
| YUV | 20.76 | 164.82 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 86 | 0.80 | 0.88 | 0 | 0.66 | 245.53 | 0.79 | 0.19 |
| Hex | 11 | A | 56 | 50 | 58 | 0 | 42 | F6 | 4F | 13 |
| Octal | 21 | 12 | 126 | 120 | 130 | 0 | 102 | 366 | 117 | 23 |
| Binary | 10001 | 1010 | 1010110 | 1010000 | 1011000 | 0 | 1000010 | 11110110 | 1001111 | 10011 |
Color Harmonies of #110A56
Complementary color
Monochromatic Colors of #110A56
Black with #110A56
Text Example
Text Example
White with #110A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A56; }
p { color: rgb(17,10,86); }
H1.HeaderClassName
{
color: #110A56;
}
.AnyTagClassName
{
color: #110A56;
}
</style>
background-color css
<style>
a { background-color: #110A56; }
a { background-color: rgb(17,10,86); }
div.DivClassName
{
background-color: #110A56;
}
.BgClassName
{
background-color: #110A56;
}
</style>
border-color css
<style>
span { border-color: #110A56; }
span { border-color: rgb(17,10,86); }
td.TdClassName
{
border-color: #110A56;
}
.TagClassName
{
border-color: #110A56;
}
</style>