Shades of Midnight Blue #110A63
Tints of Midnight Blue #110A63
RGB
CMYK
RGB Variations
Color information
#110A63 (or 0x110A63) is known color: Midnight Blue. HEX triplet: 11, 0A and 63. RGB value is (17,10,99). Sum of RGB (Red+Green+Blue) = 17+10+99=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 99 (39.06% from 255 or 78.57% from 126); Max value from RGB is 99 - color contains mainly: blue. Hex color #110A63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110A63 is #EEF59C. Grayscale: #151515. Windows color (decimal): -15660445 or 6490641. OLE color: 6490641.
HSL color Cylindrical-coordinate representation of color #110A63: hue angle of 244.72º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110A63 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 10 | 99 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.61 |
| HSL | 244.72º | 0.82% | 0.21% | - |
| HSV(B) | 244.72º | 0.9% | 0.39% | - |
| XYZ | 2.59 | 1.24 | 11.91 | - |
| YUV | 22.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 99 | 0.83 | 0.90 | 0 | 0.61 | 244.72 | 0.82 | 0.21 |
| Hex | 11 | A | 63 | 53 | 5A | 0 | 3D | F5 | 52 | 15 |
| Octal | 21 | 12 | 143 | 123 | 132 | 0 | 75 | 365 | 122 | 25 |
| Binary | 10001 | 1010 | 1100011 | 1010011 | 1011010 | 0 | 111101 | 11110101 | 1010010 | 10101 |
Color Harmonies of #110A63
Complementary color
Monochromatic Colors of #110A63
Black with #110A63
Text Example
Text Example
White with #110A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A63; }
p { color: rgb(17,10,99); }
H1.HeaderClassName
{
color: #110A63;
}
.AnyTagClassName
{
color: #110A63;
}
</style>
background-color css
<style>
a { background-color: #110A63; }
a { background-color: rgb(17,10,99); }
div.DivClassName
{
background-color: #110A63;
}
.BgClassName
{
background-color: #110A63;
}
</style>
border-color css
<style>
span { border-color: #110A63; }
span { border-color: rgb(17,10,99); }
td.TdClassName
{
border-color: #110A63;
}
.TagClassName
{
border-color: #110A63;
}
</style>