Shades of Midnight Blue #110063
Tints of Midnight Blue #110063
RGB
CMYK
RGB Variations
Color information
#110063 (or 0x110063) is known color: Midnight Blue. HEX triplet: 11, 00 and 63. RGB value is (17,0,99). Sum of RGB (Red+Green+Blue) = 17+0+99=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 99 (39.06% from 255 or 85.34% from 116); Max value from RGB is 99 - color contains mainly: blue. Hex color #110063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110063 is #EEFF9C. Grayscale: #0F0F0F. Windows color (decimal): -15663005 or 6488081. OLE color: 6488081.
HSL color Cylindrical-coordinate representation of color #110063: hue angle of 250.3º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110063 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 0 | 99 | - |
| CMYK | 0.83 | 1 | 0 | 0.61 |
| HSL | 250.3º | 1% | 0.19% | - |
| HSV(B) | 250.3º | 1% | 0.39% | - |
| XYZ | 2.48 | 1.02 | 11.87 | - |
| YUV | 16.37 | 174.63 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 99 | 0.83 | 1 | 0 | 0.61 | 250.3 | 1 | 0.19 |
| Hex | 11 | 0 | 63 | 53 | 64 | 0 | 3D | FA | 64 | 13 |
| Octal | 21 | 0 | 143 | 123 | 144 | 0 | 75 | 372 | 144 | 23 |
| Binary | 10001 | 0 | 1100011 | 1010011 | 1100100 | 0 | 111101 | 11111010 | 1100100 | 10011 |
Color Harmonies of #110063
Complementary color
Monochromatic Colors of #110063
Black with #110063
Text Example
Text Example
White with #110063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110063; }
p { color: rgb(17,0,99); }
H1.HeaderClassName
{
color: #110063;
}
.AnyTagClassName
{
color: #110063;
}
</style>
background-color css
<style>
a { background-color: #110063; }
a { background-color: rgb(17,0,99); }
div.DivClassName
{
background-color: #110063;
}
.BgClassName
{
background-color: #110063;
}
</style>
border-color css
<style>
span { border-color: #110063; }
span { border-color: rgb(17,0,99); }
td.TdClassName
{
border-color: #110063;
}
.TagClassName
{
border-color: #110063;
}
</style>