Shades of Midnight Blue #110963
Tints of Midnight Blue #110963
RGB
CMYK
RGB Variations
Color information
#110963 (or 0x110963) is known color: Midnight Blue. HEX triplet: 11, 09 and 63. RGB value is (17,9,99). Sum of RGB (Red+Green+Blue) = 17+9+99=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #110963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110963 is #EEF69C. Grayscale: #151515. Windows color (decimal): -15660701 or 6490385. OLE color: 6490385.
HSL color Cylindrical-coordinate representation of color #110963: hue angle of 245.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110963 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 9 | 99 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.61 |
| HSL | 245.33º | 0.83% | 0.21% | - |
| HSV(B) | 245.33º | 0.91% | 0.39% | - |
| XYZ | 2.58 | 1.22 | 11.9 | - |
| YUV | 21.65 | 171.65 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 99 | 0.83 | 0.91 | 0 | 0.61 | 245.33 | 0.83 | 0.21 |
| Hex | 11 | 9 | 63 | 53 | 5B | 0 | 3D | F5 | 53 | 15 |
| Octal | 21 | 11 | 143 | 123 | 133 | 0 | 75 | 365 | 123 | 25 |
| Binary | 10001 | 1001 | 1100011 | 1010011 | 1011011 | 0 | 111101 | 11110101 | 1010011 | 10101 |
Color Harmonies of #110963
Complementary color
Monochromatic Colors of #110963
Black with #110963
Text Example
Text Example
White with #110963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110963; }
p { color: rgb(17,9,99); }
H1.HeaderClassName
{
color: #110963;
}
.AnyTagClassName
{
color: #110963;
}
</style>
background-color css
<style>
a { background-color: #110963; }
a { background-color: rgb(17,9,99); }
div.DivClassName
{
background-color: #110963;
}
.BgClassName
{
background-color: #110963;
}
</style>
border-color css
<style>
span { border-color: #110963; }
span { border-color: rgb(17,9,99); }
td.TdClassName
{
border-color: #110963;
}
.TagClassName
{
border-color: #110963;
}
</style>