Shades of Midnight Blue #111670
Tints of Midnight Blue #111670
RGB
CMYK
RGB Variations
Color information
#111670 (or 0x111670) is known color: Midnight Blue. HEX triplet: 11, 16 and 70. RGB value is (17,22,112). Sum of RGB (Red+Green+Blue) = 17+22+112=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 112 (44.14% from 255 or 74.17% from 151); Max value from RGB is 112 - color contains mainly: blue. Hex color #111670 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111670 is #EEE98F. Grayscale: #1E1E1E. Windows color (decimal): -15657360 or 7345681. OLE color: 7345681.
HSL color Cylindrical-coordinate representation of color #111670: hue angle of 236.84º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111670 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 22 | 112 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.56 |
| HSL | 236.84º | 0.74% | 0.25% | - |
| HSV(B) | 236.84º | 0.85% | 0.44% | - |
| XYZ | 3.44 | 1.86 | 15.51 | - |
| YUV | 30.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 112 | 0.85 | 0.80 | 0 | 0.56 | 236.84 | 0.74 | 0.25 |
| Hex | 11 | 16 | 70 | 55 | 50 | 0 | 38 | ED | 4A | 19 |
| Octal | 21 | 26 | 160 | 125 | 120 | 0 | 70 | 355 | 112 | 31 |
| Binary | 10001 | 10110 | 1110000 | 1010101 | 1010000 | 0 | 111000 | 11101101 | 1001010 | 11001 |
Color Harmonies of #111670
Complementary color
Monochromatic Colors of #111670
Black with #111670
Text Example
Text Example
White with #111670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111670; }
p { color: rgb(17,22,112); }
H1.HeaderClassName
{
color: #111670;
}
.AnyTagClassName
{
color: #111670;
}
</style>
background-color css
<style>
a { background-color: #111670; }
a { background-color: rgb(17,22,112); }
div.DivClassName
{
background-color: #111670;
}
.BgClassName
{
background-color: #111670;
}
</style>
border-color css
<style>
span { border-color: #111670; }
span { border-color: rgb(17,22,112); }
td.TdClassName
{
border-color: #111670;
}
.TagClassName
{
border-color: #111670;
}
</style>