Shades of Midnight Blue #110976
Tints of Midnight Blue #110976
RGB
CMYK
RGB Variations
Color information
#110976 (or 0x110976) is known color: Midnight Blue. HEX triplet: 11, 09 and 76. RGB value is (17,9,118). Sum of RGB (Red+Green+Blue) = 17+9+118=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 118 (46.48% from 255 or 81.94% from 144); Max value from RGB is 118 - color contains mainly: blue. Hex color #110976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110976 is #EEF689. Grayscale: #171717. Windows color (decimal): -15660682 or 7735569. OLE color: 7735569.
HSL color Cylindrical-coordinate representation of color #110976: hue angle of 244.4º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110976 is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 9 | 118 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.54 |
| HSL | 244.4º | 0.86% | 0.25% | - |
| HSV(B) | 244.4º | 0.92% | 0.46% | - |
| XYZ | 3.6 | 1.62 | 17.26 | - |
| YUV | 23.82 | 181.15 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 118 | 0.86 | 0.92 | 0 | 0.54 | 244.4 | 0.86 | 0.25 |
| Hex | 11 | 9 | 76 | 56 | 5C | 0 | 36 | F4 | 56 | 19 |
| Octal | 21 | 11 | 166 | 126 | 134 | 0 | 66 | 364 | 126 | 31 |
| Binary | 10001 | 1001 | 1110110 | 1010110 | 1011100 | 0 | 110110 | 11110100 | 1010110 | 11001 |
Color Harmonies of #110976
Complementary color
Monochromatic Colors of #110976
Black with #110976
Text Example
Text Example
White with #110976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110976; }
p { color: rgb(17,9,118); }
H1.HeaderClassName
{
color: #110976;
}
.AnyTagClassName
{
color: #110976;
}
</style>
background-color css
<style>
a { background-color: #110976; }
a { background-color: rgb(17,9,118); }
div.DivClassName
{
background-color: #110976;
}
.BgClassName
{
background-color: #110976;
}
</style>
border-color css
<style>
span { border-color: #110976; }
span { border-color: rgb(17,9,118); }
td.TdClassName
{
border-color: #110976;
}
.TagClassName
{
border-color: #110976;
}
</style>