Shades of Midnight Blue #110D60
Tints of Midnight Blue #110D60
RGB
CMYK
RGB Variations
Color information
#110D60 (or 0x110D60) is known color: Midnight Blue. HEX triplet: 11, 0D and 60. RGB value is (17,13,96). Sum of RGB (Red+Green+Blue) = 17+13+96=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #110D60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110D60 is #EEF29F. Grayscale: #171717. Windows color (decimal): -15659680 or 6294801. OLE color: 6294801.
HSL color Cylindrical-coordinate representation of color #110D60: hue angle of 242.89º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #110D60 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 13 | 96 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.62 |
| HSL | 242.89º | 0.76% | 0.21% | - |
| HSV(B) | 242.89º | 0.86% | 0.38% | - |
| XYZ | 2.49 | 1.25 | 11.18 | - |
| YUV | 23.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 96 | 0.82 | 0.86 | 0 | 0.62 | 242.89 | 0.76 | 0.21 |
| Hex | 11 | D | 60 | 52 | 56 | 0 | 3E | F3 | 4C | 15 |
| Octal | 21 | 15 | 140 | 122 | 126 | 0 | 76 | 363 | 114 | 25 |
| Binary | 10001 | 1101 | 1100000 | 1010010 | 1010110 | 0 | 111110 | 11110011 | 1001100 | 10101 |
Color Harmonies of #110D60
Complementary color
Monochromatic Colors of #110D60
Black with #110D60
Text Example
Text Example
White with #110D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D60; }
p { color: rgb(17,13,96); }
H1.HeaderClassName
{
color: #110D60;
}
.AnyTagClassName
{
color: #110D60;
}
</style>
background-color css
<style>
a { background-color: #110D60; }
a { background-color: rgb(17,13,96); }
div.DivClassName
{
background-color: #110D60;
}
.BgClassName
{
background-color: #110D60;
}
</style>
border-color css
<style>
span { border-color: #110D60; }
span { border-color: rgb(17,13,96); }
td.TdClassName
{
border-color: #110D60;
}
.TagClassName
{
border-color: #110D60;
}
</style>