Shades of Midnight Blue #110B66
Tints of Midnight Blue #110B66
RGB
CMYK
RGB Variations
Color information
#110B66 (or 0x110B66) is known color: Midnight Blue. HEX triplet: 11, 0B and 66. RGB value is (17,11,102). Sum of RGB (Red+Green+Blue) = 17+11+102=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 102 (40.23% from 255 or 78.46% from 130); Max value from RGB is 102 - color contains mainly: blue. Hex color #110B66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110B66 is #EEF499. Grayscale: #161616. Windows color (decimal): -15660186 or 6687505. OLE color: 6687505.
HSL color Cylindrical-coordinate representation of color #110B66: hue angle of 243.96º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110B66 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 11 | 102 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.6 |
| HSL | 243.96º | 0.81% | 0.22% | - |
| HSV(B) | 243.96º | 0.89% | 0.4% | - |
| XYZ | 2.75 | 1.32 | 12.68 | - |
| YUV | 23.17 | 172.49 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 102 | 0.83 | 0.89 | 0 | 0.6 | 243.96 | 0.81 | 0.22 |
| Hex | 11 | B | 66 | 53 | 59 | 0 | 3C | F4 | 51 | 16 |
| Octal | 21 | 13 | 146 | 123 | 131 | 0 | 74 | 364 | 121 | 26 |
| Binary | 10001 | 1011 | 1100110 | 1010011 | 1011001 | 0 | 111100 | 11110100 | 1010001 | 10110 |
Color Harmonies of #110B66
Complementary color
Monochromatic Colors of #110B66
Black with #110B66
Text Example
Text Example
White with #110B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B66; }
p { color: rgb(17,11,102); }
H1.HeaderClassName
{
color: #110B66;
}
.AnyTagClassName
{
color: #110B66;
}
</style>
background-color css
<style>
a { background-color: #110B66; }
a { background-color: rgb(17,11,102); }
div.DivClassName
{
background-color: #110B66;
}
.BgClassName
{
background-color: #110B66;
}
</style>
border-color css
<style>
span { border-color: #110B66; }
span { border-color: rgb(17,11,102); }
td.TdClassName
{
border-color: #110B66;
}
.TagClassName
{
border-color: #110B66;
}
</style>