Shades of Midnight Blue #110D59
Tints of Midnight Blue #110D59
RGB
CMYK
RGB Variations
Color information
#110D59 (or 0x110D59) is known color: Midnight Blue. HEX triplet: 11, 0D and 59. RGB value is (17,13,89). Sum of RGB (Red+Green+Blue) = 17+13+89=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 89 (35.16% from 255 or 74.79% from 119); Max value from RGB is 89 - color contains mainly: blue. Hex color #110D59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110D59 is #EEF2A6. Grayscale: #161616. Windows color (decimal): -15659687 or 5836049. OLE color: 5836049.
HSL color Cylindrical-coordinate representation of color #110D59: hue angle of 243.16º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #110D59 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 13 | 89 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.65 |
| HSL | 243.16º | 0.75% | 0.2% | - |
| HSV(B) | 243.16º | 0.85% | 0.35% | - |
| XYZ | 2.18 | 1.13 | 9.55 | - |
| YUV | 22.86 | 165.33 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 89 | 0.81 | 0.85 | 0 | 0.65 | 243.16 | 0.75 | 0.2 |
| Hex | 11 | D | 59 | 51 | 55 | 0 | 41 | F3 | 4B | 14 |
| Octal | 21 | 15 | 131 | 121 | 125 | 0 | 101 | 363 | 113 | 24 |
| Binary | 10001 | 1101 | 1011001 | 1010001 | 1010101 | 0 | 1000001 | 11110011 | 1001011 | 10100 |
Color Harmonies of #110D59
Complementary color
Monochromatic Colors of #110D59
Black with #110D59
Text Example
Text Example
White with #110D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D59; }
p { color: rgb(17,13,89); }
H1.HeaderClassName
{
color: #110D59;
}
.AnyTagClassName
{
color: #110D59;
}
</style>
background-color css
<style>
a { background-color: #110D59; }
a { background-color: rgb(17,13,89); }
div.DivClassName
{
background-color: #110D59;
}
.BgClassName
{
background-color: #110D59;
}
</style>
border-color css
<style>
span { border-color: #110D59; }
span { border-color: rgb(17,13,89); }
td.TdClassName
{
border-color: #110D59;
}
.TagClassName
{
border-color: #110D59;
}
</style>