Shades of Midnight Blue #111573
Tints of Midnight Blue #111573
RGB
CMYK
RGB Variations
Color information
#111573 (or 0x111573) is known color: Midnight Blue. HEX triplet: 11, 15 and 73. RGB value is (17,21,115). Sum of RGB (Red+Green+Blue) = 17+21+115=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #111573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111573 is #EEEA8C. Grayscale: #1E1E1E. Windows color (decimal): -15657613 or 7542033. OLE color: 7542033.
HSL color Cylindrical-coordinate representation of color #111573: hue angle of 237.55º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111573 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 21 | 115 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.55 |
| HSL | 237.55º | 0.74% | 0.26% | - |
| HSV(B) | 237.55º | 0.85% | 0.45% | - |
| XYZ | 3.59 | 1.89 | 16.4 | - |
| YUV | 30.52 | 175.67 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 115 | 0.85 | 0.82 | 0 | 0.55 | 237.55 | 0.74 | 0.26 |
| Hex | 11 | 15 | 73 | 55 | 52 | 0 | 37 | EE | 4A | 1A |
| Octal | 21 | 25 | 163 | 125 | 122 | 0 | 67 | 356 | 112 | 32 |
| Binary | 10001 | 10101 | 1110011 | 1010101 | 1010010 | 0 | 110111 | 11101110 | 1001010 | 11010 |
Color Harmonies of #111573
Complementary color
Monochromatic Colors of #111573
Black with #111573
Text Example
Text Example
White with #111573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111573; }
p { color: rgb(17,21,115); }
H1.HeaderClassName
{
color: #111573;
}
.AnyTagClassName
{
color: #111573;
}
</style>
background-color css
<style>
a { background-color: #111573; }
a { background-color: rgb(17,21,115); }
div.DivClassName
{
background-color: #111573;
}
.BgClassName
{
background-color: #111573;
}
</style>
border-color css
<style>
span { border-color: #111573; }
span { border-color: rgb(17,21,115); }
td.TdClassName
{
border-color: #111573;
}
.TagClassName
{
border-color: #111573;
}
</style>