Shades of Midnight Blue #111973
Tints of Midnight Blue #111973
RGB
CMYK
RGB Variations
Color information
#111973 (or 0x111973) is known color: Midnight Blue. HEX triplet: 11, 19 and 73. RGB value is (17,25,115). Sum of RGB (Red+Green+Blue) = 17+25+115=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #111973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111973 is #EEE68C. Grayscale: #202020. Windows color (decimal): -15656589 or 7543057. OLE color: 7543057.
HSL color Cylindrical-coordinate representation of color #111973: hue angle of 235.1º 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 #111973 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 25 | 115 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.55 |
| HSL | 235.1º | 0.74% | 0.26% | - |
| HSV(B) | 235.1º | 0.85% | 0.45% | - |
| XYZ | 3.67 | 2.05 | 16.42 | - |
| YUV | 32.87 | 174.35 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 115 | 0.85 | 0.78 | 0 | 0.55 | 235.1 | 0.74 | 0.26 |
| Hex | 11 | 19 | 73 | 55 | 4E | 0 | 37 | EB | 4A | 1A |
| Octal | 21 | 31 | 163 | 125 | 116 | 0 | 67 | 353 | 112 | 32 |
| Binary | 10001 | 11001 | 1110011 | 1010101 | 1001110 | 0 | 110111 | 11101011 | 1001010 | 11010 |
Color Harmonies of #111973
Complementary color
Monochromatic Colors of #111973
Black with #111973
Text Example
Text Example
White with #111973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111973; }
p { color: rgb(17,25,115); }
H1.HeaderClassName
{
color: #111973;
}
.AnyTagClassName
{
color: #111973;
}
</style>
background-color css
<style>
a { background-color: #111973; }
a { background-color: rgb(17,25,115); }
div.DivClassName
{
background-color: #111973;
}
.BgClassName
{
background-color: #111973;
}
</style>
border-color css
<style>
span { border-color: #111973; }
span { border-color: rgb(17,25,115); }
td.TdClassName
{
border-color: #111973;
}
.TagClassName
{
border-color: #111973;
}
</style>