Shades of Midnight Blue #111470
Tints of Midnight Blue #111470
RGB
CMYK
RGB Variations
Color information
#111470 (or 0x111470) is known color: Midnight Blue. HEX triplet: 11, 14 and 70. RGB value is (17,20,112). Sum of RGB (Red+Green+Blue) = 17+20+112=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #111470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111470 is #EEEB8F. Grayscale: #1D1D1D. Windows color (decimal): -15657872 or 7345169. OLE color: 7345169.
HSL color Cylindrical-coordinate representation of color #111470: hue angle of 238.11º 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 #111470 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 20 | 112 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.56 |
| HSL | 238.11º | 0.74% | 0.25% | - |
| HSV(B) | 238.11º | 0.85% | 0.44% | - |
| XYZ | 3.41 | 1.79 | 15.5 | - |
| YUV | 29.59 | 174.51 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 112 | 0.85 | 0.82 | 0 | 0.56 | 238.11 | 0.74 | 0.25 |
| Hex | 11 | 14 | 70 | 55 | 52 | 0 | 38 | EE | 4A | 19 |
| Octal | 21 | 24 | 160 | 125 | 122 | 0 | 70 | 356 | 112 | 31 |
| Binary | 10001 | 10100 | 1110000 | 1010101 | 1010010 | 0 | 111000 | 11101110 | 1001010 | 11001 |
Color Harmonies of #111470
Complementary color
Monochromatic Colors of #111470
Black with #111470
Text Example
Text Example
White with #111470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111470; }
p { color: rgb(17,20,112); }
H1.HeaderClassName
{
color: #111470;
}
.AnyTagClassName
{
color: #111470;
}
</style>
background-color css
<style>
a { background-color: #111470; }
a { background-color: rgb(17,20,112); }
div.DivClassName
{
background-color: #111470;
}
.BgClassName
{
background-color: #111470;
}
</style>
border-color css
<style>
span { border-color: #111470; }
span { border-color: rgb(17,20,112); }
td.TdClassName
{
border-color: #111470;
}
.TagClassName
{
border-color: #111470;
}
</style>