Shades of Midnight Blue #110957
Tints of Midnight Blue #110957
RGB
CMYK
RGB Variations
Color information
#110957 (or 0x110957) is known color: Midnight Blue. HEX triplet: 11, 09 and 57. RGB value is (17,9,87). Sum of RGB (Red+Green+Blue) = 17+9+87=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 87 (34.38% from 255 or 76.99% from 113); Max value from RGB is 87 - color contains mainly: blue. Hex color #110957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110957 is #EEF6A8. Grayscale: #131313. Windows color (decimal): -15660713 or 5703953. OLE color: 5703953.
HSL color Cylindrical-coordinate representation of color #110957: hue angle of 246.15º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110957 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 9 | 87 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.66 |
| HSL | 246.15º | 0.81% | 0.19% | - |
| HSV(B) | 246.15º | 0.9% | 0.34% | - |
| XYZ | 2.05 | 1 | 9.1 | - |
| YUV | 20.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 87 | 0.80 | 0.90 | 0 | 0.66 | 246.15 | 0.81 | 0.19 |
| Hex | 11 | 9 | 57 | 50 | 5A | 0 | 42 | F6 | 51 | 13 |
| Octal | 21 | 11 | 127 | 120 | 132 | 0 | 102 | 366 | 121 | 23 |
| Binary | 10001 | 1001 | 1010111 | 1010000 | 1011010 | 0 | 1000010 | 11110110 | 1010001 | 10011 |
Color Harmonies of #110957
Complementary color
Monochromatic Colors of #110957
Black with #110957
Text Example
Text Example
White with #110957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110957; }
p { color: rgb(17,9,87); }
H1.HeaderClassName
{
color: #110957;
}
.AnyTagClassName
{
color: #110957;
}
</style>
background-color css
<style>
a { background-color: #110957; }
a { background-color: rgb(17,9,87); }
div.DivClassName
{
background-color: #110957;
}
.BgClassName
{
background-color: #110957;
}
</style>
border-color css
<style>
span { border-color: #110957; }
span { border-color: rgb(17,9,87); }
td.TdClassName
{
border-color: #110957;
}
.TagClassName
{
border-color: #110957;
}
</style>