Shades of Midnight Blue #110B63
Tints of Midnight Blue #110B63
RGB
CMYK
RGB Variations
Color information
#110B63 (or 0x110B63) is known color: Midnight Blue. HEX triplet: 11, 0B and 63. RGB value is (17,11,99). Sum of RGB (Red+Green+Blue) = 17+11+99=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 99 (39.06% from 255 or 77.95% from 127); Max value from RGB is 99 - color contains mainly: blue. Hex color #110B63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110B63 is #EEF49C. Grayscale: #161616. Windows color (decimal): -15660189 or 6490897. OLE color: 6490897.
HSL color Cylindrical-coordinate representation of color #110B63: hue angle of 244.09º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110B63 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 11 | 99 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.61 |
| HSL | 244.09º | 0.8% | 0.22% | - |
| HSV(B) | 244.09º | 0.89% | 0.39% | - |
| XYZ | 2.6 | 1.26 | 11.91 | - |
| YUV | 22.83 | 170.99 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 99 | 0.83 | 0.89 | 0 | 0.61 | 244.09 | 0.8 | 0.22 |
| Hex | 11 | B | 63 | 53 | 59 | 0 | 3D | F4 | 50 | 16 |
| Octal | 21 | 13 | 143 | 123 | 131 | 0 | 75 | 364 | 120 | 26 |
| Binary | 10001 | 1011 | 1100011 | 1010011 | 1011001 | 0 | 111101 | 11110100 | 1010000 | 10110 |
Color Harmonies of #110B63
Complementary color
Monochromatic Colors of #110B63
Black with #110B63
Text Example
Text Example
White with #110B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B63; }
p { color: rgb(17,11,99); }
H1.HeaderClassName
{
color: #110B63;
}
.AnyTagClassName
{
color: #110B63;
}
</style>
background-color css
<style>
a { background-color: #110B63; }
a { background-color: rgb(17,11,99); }
div.DivClassName
{
background-color: #110B63;
}
.BgClassName
{
background-color: #110B63;
}
</style>
border-color css
<style>
span { border-color: #110B63; }
span { border-color: rgb(17,11,99); }
td.TdClassName
{
border-color: #110B63;
}
.TagClassName
{
border-color: #110B63;
}
</style>