Shades of Midnight Blue #110759
Tints of Midnight Blue #110759
RGB
CMYK
RGB Variations
Color information
#110759 (or 0x110759) is known color: Midnight Blue. HEX triplet: 11, 07 and 59. RGB value is (17,7,89). Sum of RGB (Red+Green+Blue) = 17+7+89=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 89 (35.16% from 255 or 78.76% from 113); Max value from RGB is 89 - color contains mainly: blue. Hex color #110759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110759 is #EEF8A6. Grayscale: #131313. Windows color (decimal): -15661223 or 5834513. OLE color: 5834513.
HSL color Cylindrical-coordinate representation of color #110759: hue angle of 247.32º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110759 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 7 | 89 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.65 |
| HSL | 247.32º | 0.85% | 0.19% | - |
| HSV(B) | 247.32º | 0.92% | 0.35% | - |
| XYZ | 2.11 | 0.99 | 9.53 | - |
| YUV | 19.34 | 167.31 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 89 | 0.81 | 0.92 | 0 | 0.65 | 247.32 | 0.85 | 0.19 |
| Hex | 11 | 7 | 59 | 51 | 5C | 0 | 41 | F7 | 55 | 13 |
| Octal | 21 | 7 | 131 | 121 | 134 | 0 | 101 | 367 | 125 | 23 |
| Binary | 10001 | 111 | 1011001 | 1010001 | 1011100 | 0 | 1000001 | 11110111 | 1010101 | 10011 |
Color Harmonies of #110759
Complementary color
Monochromatic Colors of #110759
Black with #110759
Text Example
Text Example
White with #110759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110759; }
p { color: rgb(17,7,89); }
H1.HeaderClassName
{
color: #110759;
}
.AnyTagClassName
{
color: #110759;
}
</style>
background-color css
<style>
a { background-color: #110759; }
a { background-color: rgb(17,7,89); }
div.DivClassName
{
background-color: #110759;
}
.BgClassName
{
background-color: #110759;
}
</style>
border-color css
<style>
span { border-color: #110759; }
span { border-color: rgb(17,7,89); }
td.TdClassName
{
border-color: #110759;
}
.TagClassName
{
border-color: #110759;
}
</style>