Shades of Midnight Blue #110166
Tints of Midnight Blue #110166
RGB
CMYK
RGB Variations
Color information
#110166 (or 0x110166) is known color: Midnight Blue. HEX triplet: 11, 01 and 66. RGB value is (17,1,102). Sum of RGB (Red+Green+Blue) = 17+1+102=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 102 (40.23% from 255 or 85% from 120); Max value from RGB is 102 - color contains mainly: blue. Hex color #110166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110166 is #EEFE99. Grayscale: #101010. Windows color (decimal): -15662746 or 6684945. OLE color: 6684945.
HSL color Cylindrical-coordinate representation of color #110166: hue angle of 249.5º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #110166 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 1 | 102 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.6 |
| HSL | 249.5º | 0.98% | 0.2% | - |
| HSV(B) | 249.5º | 0.99% | 0.4% | - |
| XYZ | 2.64 | 1.1 | 12.64 | - |
| YUV | 17.3 | 175.8 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 102 | 0.83 | 0.99 | 0 | 0.6 | 249.5 | 0.98 | 0.2 |
| Hex | 11 | 1 | 66 | 53 | 63 | 0 | 3C | FA | 62 | 14 |
| Octal | 21 | 1 | 146 | 123 | 143 | 0 | 74 | 372 | 142 | 24 |
| Binary | 10001 | 1 | 1100110 | 1010011 | 1100011 | 0 | 111100 | 11111010 | 1100010 | 10100 |
Color Harmonies of #110166
Complementary color
Monochromatic Colors of #110166
Black with #110166
Text Example
Text Example
White with #110166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110166; }
p { color: rgb(17,1,102); }
H1.HeaderClassName
{
color: #110166;
}
.AnyTagClassName
{
color: #110166;
}
</style>
background-color css
<style>
a { background-color: #110166; }
a { background-color: rgb(17,1,102); }
div.DivClassName
{
background-color: #110166;
}
.BgClassName
{
background-color: #110166;
}
</style>
border-color css
<style>
span { border-color: #110166; }
span { border-color: rgb(17,1,102); }
td.TdClassName
{
border-color: #110166;
}
.TagClassName
{
border-color: #110166;
}
</style>