Shades of Midnight Blue #110972
Tints of Midnight Blue #110972
RGB
CMYK
RGB Variations
Color information
#110972 (or 0x110972) is known color: Midnight Blue. HEX triplet: 11, 09 and 72. RGB value is (17,9,114). Sum of RGB (Red+Green+Blue) = 17+9+114=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 114 (44.92% from 255 or 81.43% from 140); Max value from RGB is 114 - color contains mainly: blue. Hex color #110972 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110972 is #EEF68D. Grayscale: #161616. Windows color (decimal): -15660686 or 7473425. OLE color: 7473425.
HSL color Cylindrical-coordinate representation of color #110972: hue angle of 244.57º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110972 is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 9 | 114 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.55 |
| HSL | 244.57º | 0.85% | 0.24% | - |
| HSV(B) | 244.57º | 0.92% | 0.45% | - |
| XYZ | 3.37 | 1.53 | 16.04 | - |
| YUV | 23.36 | 179.15 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 114 | 0.85 | 0.92 | 0 | 0.55 | 244.57 | 0.85 | 0.24 |
| Hex | 11 | 9 | 72 | 55 | 5C | 0 | 37 | F5 | 55 | 18 |
| Octal | 21 | 11 | 162 | 125 | 134 | 0 | 67 | 365 | 125 | 30 |
| Binary | 10001 | 1001 | 1110010 | 1010101 | 1011100 | 0 | 110111 | 11110101 | 1010101 | 11000 |
Color Harmonies of #110972
Complementary color
Monochromatic Colors of #110972
Black with #110972
Text Example
Text Example
White with #110972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110972; }
p { color: rgb(17,9,114); }
H1.HeaderClassName
{
color: #110972;
}
.AnyTagClassName
{
color: #110972;
}
</style>
background-color css
<style>
a { background-color: #110972; }
a { background-color: rgb(17,9,114); }
div.DivClassName
{
background-color: #110972;
}
.BgClassName
{
background-color: #110972;
}
</style>
border-color css
<style>
span { border-color: #110972; }
span { border-color: rgb(17,9,114); }
td.TdClassName
{
border-color: #110972;
}
.TagClassName
{
border-color: #110972;
}
</style>