Shades of Midnight Blue #110668
Tints of Midnight Blue #110668
RGB
CMYK
RGB Variations
Color information
#110668 (or 0x110668) is known color: Midnight Blue. HEX triplet: 11, 06 and 68. RGB value is (17,6,104). Sum of RGB (Red+Green+Blue) = 17+6+104=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 104 (41.02% from 255 or 81.89% from 127); Max value from RGB is 104 - color contains mainly: blue. Hex color #110668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110668 is #EEF997. Grayscale: #141414. Windows color (decimal): -15661464 or 6817297. OLE color: 6817297.
HSL color Cylindrical-coordinate representation of color #110668: hue angle of 246.73º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110668 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 6 | 104 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.59 |
| HSL | 246.73º | 0.89% | 0.22% | - |
| HSV(B) | 246.73º | 0.94% | 0.41% | - |
| XYZ | 2.79 | 1.25 | 13.19 | - |
| YUV | 20.46 | 175.14 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 104 | 0.84 | 0.94 | 0 | 0.59 | 246.73 | 0.89 | 0.22 |
| Hex | 11 | 6 | 68 | 54 | 5E | 0 | 3B | F7 | 59 | 16 |
| Octal | 21 | 6 | 150 | 124 | 136 | 0 | 73 | 367 | 131 | 26 |
| Binary | 10001 | 110 | 1101000 | 1010100 | 1011110 | 0 | 111011 | 11110111 | 1011001 | 10110 |
Color Harmonies of #110668
Complementary color
Monochromatic Colors of #110668
Black with #110668
Text Example
Text Example
White with #110668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110668; }
p { color: rgb(17,6,104); }
H1.HeaderClassName
{
color: #110668;
}
.AnyTagClassName
{
color: #110668;
}
</style>
background-color css
<style>
a { background-color: #110668; }
a { background-color: rgb(17,6,104); }
div.DivClassName
{
background-color: #110668;
}
.BgClassName
{
background-color: #110668;
}
</style>
border-color css
<style>
span { border-color: #110668; }
span { border-color: rgb(17,6,104); }
td.TdClassName
{
border-color: #110668;
}
.TagClassName
{
border-color: #110668;
}
</style>