Shades of Midnight Blue #110560
Tints of Midnight Blue #110560
RGB
CMYK
RGB Variations
Color information
#110560 (or 0x110560) is known color: Midnight Blue. HEX triplet: 11, 05 and 60. RGB value is (17,5,96). Sum of RGB (Red+Green+Blue) = 17+5+96=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 96 (37.89% from 255 or 81.36% from 118); Max value from RGB is 96 - color contains mainly: blue. Hex color #110560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110560 is #EEFA9F. Grayscale: #121212. Windows color (decimal): -15661728 or 6292753. OLE color: 6292753.
HSL color Cylindrical-coordinate representation of color #110560: hue angle of 247.91º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110560 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 5 | 96 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.62 |
| HSL | 247.91º | 0.9% | 0.2% | - |
| HSV(B) | 247.91º | 0.95% | 0.38% | - |
| XYZ | 2.4 | 1.07 | 11.15 | - |
| YUV | 18.96 | 171.48 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 96 | 0.82 | 0.95 | 0 | 0.62 | 247.91 | 0.9 | 0.2 |
| Hex | 11 | 5 | 60 | 52 | 5F | 0 | 3E | F8 | 5A | 14 |
| Octal | 21 | 5 | 140 | 122 | 137 | 0 | 76 | 370 | 132 | 24 |
| Binary | 10001 | 101 | 1100000 | 1010010 | 1011111 | 0 | 111110 | 11111000 | 1011010 | 10100 |
Color Harmonies of #110560
Complementary color
Monochromatic Colors of #110560
Black with #110560
Text Example
Text Example
White with #110560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110560; }
p { color: rgb(17,5,96); }
H1.HeaderClassName
{
color: #110560;
}
.AnyTagClassName
{
color: #110560;
}
</style>
background-color css
<style>
a { background-color: #110560; }
a { background-color: rgb(17,5,96); }
div.DivClassName
{
background-color: #110560;
}
.BgClassName
{
background-color: #110560;
}
</style>
border-color css
<style>
span { border-color: #110560; }
span { border-color: rgb(17,5,96); }
td.TdClassName
{
border-color: #110560;
}
.TagClassName
{
border-color: #110560;
}
</style>