Shades of Midnight Blue #110E66
Tints of Midnight Blue #110E66
RGB
CMYK
RGB Variations
Color information
#110E66 (or 0x110E66) is known color: Midnight Blue. HEX triplet: 11, 0E and 66. RGB value is (17,14,102). Sum of RGB (Red+Green+Blue) = 17+14+102=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 102 (40.23% from 255 or 76.69% from 133); Max value from RGB is 102 - color contains mainly: blue. Hex color #110E66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110E66 is #EEF199. Grayscale: #181818. Windows color (decimal): -15659418 or 6688273. OLE color: 6688273.
HSL color Cylindrical-coordinate representation of color #110E66: hue angle of 242.05º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #110E66 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 14 | 102 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.6 |
| HSL | 242.05º | 0.76% | 0.23% | - |
| HSV(B) | 242.05º | 0.86% | 0.4% | - |
| XYZ | 2.79 | 1.39 | 12.69 | - |
| YUV | 24.93 | 171.49 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 102 | 0.83 | 0.86 | 0 | 0.6 | 242.05 | 0.76 | 0.23 |
| Hex | 11 | E | 66 | 53 | 56 | 0 | 3C | F2 | 4C | 17 |
| Octal | 21 | 16 | 146 | 123 | 126 | 0 | 74 | 362 | 114 | 27 |
| Binary | 10001 | 1110 | 1100110 | 1010011 | 1010110 | 0 | 111100 | 11110010 | 1001100 | 10111 |
Color Harmonies of #110E66
Complementary color
Monochromatic Colors of #110E66
Black with #110E66
Text Example
Text Example
White with #110E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E66; }
p { color: rgb(17,14,102); }
H1.HeaderClassName
{
color: #110E66;
}
.AnyTagClassName
{
color: #110E66;
}
</style>
background-color css
<style>
a { background-color: #110E66; }
a { background-color: rgb(17,14,102); }
div.DivClassName
{
background-color: #110E66;
}
.BgClassName
{
background-color: #110E66;
}
</style>
border-color css
<style>
span { border-color: #110E66; }
span { border-color: rgb(17,14,102); }
td.TdClassName
{
border-color: #110E66;
}
.TagClassName
{
border-color: #110E66;
}
</style>