Shades of Midnight Blue #111160
Tints of Midnight Blue #111160
RGB
CMYK
RGB Variations
Color information
#111160 (or 0x111160) is known color: Midnight Blue. HEX triplet: 11, 11 and 60. RGB value is (17,17,96). Sum of RGB (Red+Green+Blue) = 17+17+96=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 96 (37.89% from 255 or 73.85% from 130); Max value from RGB is 96 - color contains mainly: blue. Hex color #111160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111160 is #EEEE9F. Grayscale: #191919. Windows color (decimal): -15658656 or 6295825. OLE color: 6295825.
HSL color Cylindrical-coordinate representation of color #111160: hue angle of 240º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111160 is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 17 | 96 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.62 |
| HSL | 240º | 0.7% | 0.22% | - |
| HSV(B) | 240º | 0.82% | 0.38% | - |
| XYZ | 2.54 | 1.36 | 11.2 | - |
| YUV | 26.01 | 167.5 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 96 | 0.82 | 0.82 | 0 | 0.62 | 240 | 0.7 | 0.22 |
| Hex | 11 | 11 | 60 | 52 | 52 | 0 | 3E | F0 | 46 | 16 |
| Octal | 21 | 21 | 140 | 122 | 122 | 0 | 76 | 360 | 106 | 26 |
| Binary | 10001 | 10001 | 1100000 | 1010010 | 1010010 | 0 | 111110 | 11110000 | 1000110 | 10110 |
Color Harmonies of #111160
Complementary color
Monochromatic Colors of #111160
Black with #111160
Text Example
Text Example
White with #111160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111160; }
p { color: rgb(17,17,96); }
H1.HeaderClassName
{
color: #111160;
}
.AnyTagClassName
{
color: #111160;
}
</style>
background-color css
<style>
a { background-color: #111160; }
a { background-color: rgb(17,17,96); }
div.DivClassName
{
background-color: #111160;
}
.BgClassName
{
background-color: #111160;
}
</style>
border-color css
<style>
span { border-color: #111160; }
span { border-color: rgb(17,17,96); }
td.TdClassName
{
border-color: #111160;
}
.TagClassName
{
border-color: #111160;
}
</style>