Shades of Midnight Blue #110970
Tints of Midnight Blue #110970
RGB
CMYK
RGB Variations
Color information
#110970 (or 0x110970) is known color: Midnight Blue. HEX triplet: 11, 09 and 70. RGB value is (17,9,112). Sum of RGB (Red+Green+Blue) = 17+9+112=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 112 (44.14% from 255 or 81.16% from 138); Max value from RGB is 112 - color contains mainly: blue. Hex color #110970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110970 is #EEF68F. Grayscale: #161616. Windows color (decimal): -15660688 or 7342353. OLE color: 7342353.
HSL color Cylindrical-coordinate representation of color #110970: hue angle of 244.66º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110970 is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 9 | 112 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.56 |
| HSL | 244.66º | 0.85% | 0.24% | - |
| HSV(B) | 244.66º | 0.92% | 0.44% | - |
| XYZ | 3.25 | 1.48 | 15.44 | - |
| YUV | 23.13 | 178.15 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 112 | 0.85 | 0.92 | 0 | 0.56 | 244.66 | 0.85 | 0.24 |
| Hex | 11 | 9 | 70 | 55 | 5C | 0 | 38 | F5 | 55 | 18 |
| Octal | 21 | 11 | 160 | 125 | 134 | 0 | 70 | 365 | 125 | 30 |
| Binary | 10001 | 1001 | 1110000 | 1010101 | 1011100 | 0 | 111000 | 11110101 | 1010101 | 11000 |
Color Harmonies of #110970
Complementary color
Monochromatic Colors of #110970
Black with #110970
Text Example
Text Example
White with #110970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110970; }
p { color: rgb(17,9,112); }
H1.HeaderClassName
{
color: #110970;
}
.AnyTagClassName
{
color: #110970;
}
</style>
background-color css
<style>
a { background-color: #110970; }
a { background-color: rgb(17,9,112); }
div.DivClassName
{
background-color: #110970;
}
.BgClassName
{
background-color: #110970;
}
</style>
border-color css
<style>
span { border-color: #110970; }
span { border-color: rgb(17,9,112); }
td.TdClassName
{
border-color: #110970;
}
.TagClassName
{
border-color: #110970;
}
</style>