Shades of Midnight Blue #110763
Tints of Midnight Blue #110763
RGB
CMYK
RGB Variations
Color information
#110763 (or 0x110763) is known color: Midnight Blue. HEX triplet: 11, 07 and 63. RGB value is (17,7,99). Sum of RGB (Red+Green+Blue) = 17+7+99=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 99 (39.06% from 255 or 80.49% from 123); Max value from RGB is 99 - color contains mainly: blue. Hex color #110763 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110763 is #EEF89C. Grayscale: #141414. Windows color (decimal): -15661213 or 6489873. OLE color: 6489873.
HSL color Cylindrical-coordinate representation of color #110763: hue angle of 246.52º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110763 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 7 | 99 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.61 |
| HSL | 246.52º | 0.87% | 0.21% | - |
| HSV(B) | 246.52º | 0.93% | 0.39% | - |
| XYZ | 2.56 | 1.17 | 11.9 | - |
| YUV | 20.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 99 | 0.83 | 0.93 | 0 | 0.61 | 246.52 | 0.87 | 0.21 |
| Hex | 11 | 7 | 63 | 53 | 5D | 0 | 3D | F7 | 57 | 15 |
| Octal | 21 | 7 | 143 | 123 | 135 | 0 | 75 | 367 | 127 | 25 |
| Binary | 10001 | 111 | 1100011 | 1010011 | 1011101 | 0 | 111101 | 11110111 | 1010111 | 10101 |
Color Harmonies of #110763
Complementary color
Monochromatic Colors of #110763
Black with #110763
Text Example
Text Example
White with #110763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110763; }
p { color: rgb(17,7,99); }
H1.HeaderClassName
{
color: #110763;
}
.AnyTagClassName
{
color: #110763;
}
</style>
background-color css
<style>
a { background-color: #110763; }
a { background-color: rgb(17,7,99); }
div.DivClassName
{
background-color: #110763;
}
.BgClassName
{
background-color: #110763;
}
</style>
border-color css
<style>
span { border-color: #110763; }
span { border-color: rgb(17,7,99); }
td.TdClassName
{
border-color: #110763;
}
.TagClassName
{
border-color: #110763;
}
</style>