Shades of Midnight Blue #111572
Tints of Midnight Blue #111572
RGB
CMYK
RGB Variations
Color information
#111572 (or 0x111572) is known color: Midnight Blue. HEX triplet: 11, 15 and 72. RGB value is (17,21,114). Sum of RGB (Red+Green+Blue) = 17+21+114=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #111572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111572 is #EEEA8D. Grayscale: #1E1E1E. Windows color (decimal): -15657614 or 7476497. OLE color: 7476497.
HSL color Cylindrical-coordinate representation of color #111572: hue angle of 237.53º 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 #111572 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 21 | 114 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.55 |
| HSL | 237.53º | 0.74% | 0.26% | - |
| HSV(B) | 237.53º | 0.85% | 0.45% | - |
| XYZ | 3.54 | 1.87 | 16.09 | - |
| YUV | 30.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 114 | 0.85 | 0.82 | 0 | 0.55 | 237.53 | 0.74 | 0.26 |
| Hex | 11 | 15 | 72 | 55 | 52 | 0 | 37 | EE | 4A | 1A |
| Octal | 21 | 25 | 162 | 125 | 122 | 0 | 67 | 356 | 112 | 32 |
| Binary | 10001 | 10101 | 1110010 | 1010101 | 1010010 | 0 | 110111 | 11101110 | 1001010 | 11010 |
Color Harmonies of #111572
Complementary color
Monochromatic Colors of #111572
Black with #111572
Text Example
Text Example
White with #111572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111572; }
p { color: rgb(17,21,114); }
H1.HeaderClassName
{
color: #111572;
}
.AnyTagClassName
{
color: #111572;
}
</style>
background-color css
<style>
a { background-color: #111572; }
a { background-color: rgb(17,21,114); }
div.DivClassName
{
background-color: #111572;
}
.BgClassName
{
background-color: #111572;
}
</style>
border-color css
<style>
span { border-color: #111572; }
span { border-color: rgb(17,21,114); }
td.TdClassName
{
border-color: #111572;
}
.TagClassName
{
border-color: #111572;
}
</style>