Shades of Midnight Blue #110D6B
Tints of Midnight Blue #110D6B
RGB
CMYK
RGB Variations
Color information
#110D6B (or 0x110D6B) is known color: Midnight Blue. HEX triplet: 11, 0D and 6B. RGB value is (17,13,107). Sum of RGB (Red+Green+Blue) = 17+13+107=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 107 (42.19% from 255 or 78.10% from 137); Max value from RGB is 107 - color contains mainly: blue. Hex color #110D6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110D6B is #EEF294. Grayscale: #181818. Windows color (decimal): -15659669 or 7015697. OLE color: 7015697.
HSL color Cylindrical-coordinate representation of color #110D6B: hue angle of 242.55º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110D6B is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 13 | 107 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.58 |
| HSL | 242.55º | 0.78% | 0.24% | - |
| HSV(B) | 242.55º | 0.88% | 0.42% | - |
| XYZ | 3.03 | 1.47 | 14.03 | - |
| YUV | 24.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 107 | 0.84 | 0.88 | 0 | 0.58 | 242.55 | 0.78 | 0.24 |
| Hex | 11 | D | 6B | 54 | 58 | 0 | 3A | F3 | 4E | 18 |
| Octal | 21 | 15 | 153 | 124 | 130 | 0 | 72 | 363 | 116 | 30 |
| Binary | 10001 | 1101 | 1101011 | 1010100 | 1011000 | 0 | 111010 | 11110011 | 1001110 | 11000 |
Color Harmonies of #110D6B
Complementary color
Monochromatic Colors of #110D6B
Black with #110D6B
Text Example
Text Example
White with #110D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D6B; }
p { color: rgb(17,13,107); }
H1.HeaderClassName
{
color: #110D6B;
}
.AnyTagClassName
{
color: #110D6B;
}
</style>
background-color css
<style>
a { background-color: #110D6B; }
a { background-color: rgb(17,13,107); }
div.DivClassName
{
background-color: #110D6B;
}
.BgClassName
{
background-color: #110D6B;
}
</style>
border-color css
<style>
span { border-color: #110D6B; }
span { border-color: rgb(17,13,107); }
td.TdClassName
{
border-color: #110D6B;
}
.TagClassName
{
border-color: #110D6B;
}
</style>