Shades of Midnight Blue #110A66
Tints of Midnight Blue #110A66
RGB
CMYK
RGB Variations
Color information
#110A66 (or 0x110A66) is known color: Midnight Blue. HEX triplet: 11, 0A and 66. RGB value is (17,10,102). Sum of RGB (Red+Green+Blue) = 17+10+102=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 102 (40.23% from 255 or 79.07% from 129); Max value from RGB is 102 - color contains mainly: blue. Hex color #110A66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110A66 is #EEF599. Grayscale: #161616. Windows color (decimal): -15660442 or 6687249. OLE color: 6687249.
HSL color Cylindrical-coordinate representation of color #110A66: hue angle of 244.57º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110A66 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 10 | 102 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.6 |
| HSL | 244.57º | 0.82% | 0.22% | - |
| HSV(B) | 244.57º | 0.9% | 0.4% | - |
| XYZ | 2.74 | 1.3 | 12.68 | - |
| YUV | 22.58 | 172.82 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 102 | 0.83 | 0.90 | 0 | 0.6 | 244.57 | 0.82 | 0.22 |
| Hex | 11 | A | 66 | 53 | 5A | 0 | 3C | F5 | 52 | 16 |
| Octal | 21 | 12 | 146 | 123 | 132 | 0 | 74 | 365 | 122 | 26 |
| Binary | 10001 | 1010 | 1100110 | 1010011 | 1011010 | 0 | 111100 | 11110101 | 1010010 | 10110 |
Color Harmonies of #110A66
Complementary color
Monochromatic Colors of #110A66
Black with #110A66
Text Example
Text Example
White with #110A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A66; }
p { color: rgb(17,10,102); }
H1.HeaderClassName
{
color: #110A66;
}
.AnyTagClassName
{
color: #110A66;
}
</style>
background-color css
<style>
a { background-color: #110A66; }
a { background-color: rgb(17,10,102); }
div.DivClassName
{
background-color: #110A66;
}
.BgClassName
{
background-color: #110A66;
}
</style>
border-color css
<style>
span { border-color: #110A66; }
span { border-color: rgb(17,10,102); }
td.TdClassName
{
border-color: #110A66;
}
.TagClassName
{
border-color: #110A66;
}
</style>