Shades of Midnight Blue #111D72
Tints of Midnight Blue #111D72
RGB
CMYK
RGB Variations
Color information
#111D72 (or 0x111D72) is known color: Midnight Blue. HEX triplet: 11, 1D and 72. RGB value is (17,29,114). Sum of RGB (Red+Green+Blue) = 17+29+114=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 114 (44.92% from 255 or 71.25% from 160); Max value from RGB is 114 - color contains mainly: blue. Hex color #111D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D72 is #EEE28D. Grayscale: #222222. Windows color (decimal): -15655566 or 7478545. OLE color: 7478545.
HSL color Cylindrical-coordinate representation of color #111D72: hue angle of 232.58º 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 #111D72 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 29 | 114 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.55 |
| HSL | 232.58º | 0.74% | 0.26% | - |
| HSV(B) | 232.58º | 0.85% | 0.45% | - |
| XYZ | 3.71 | 2.21 | 16.15 | - |
| YUV | 35.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 114 | 0.85 | 0.75 | 0 | 0.55 | 232.58 | 0.74 | 0.26 |
| Hex | 11 | 1D | 72 | 55 | 4B | 0 | 37 | E9 | 4A | 1A |
| Octal | 21 | 35 | 162 | 125 | 113 | 0 | 67 | 351 | 112 | 32 |
| Binary | 10001 | 11101 | 1110010 | 1010101 | 1001011 | 0 | 110111 | 11101001 | 1001010 | 11010 |
Color Harmonies of #111D72
Complementary color
Monochromatic Colors of #111D72
Black with #111D72
Text Example
Text Example
White with #111D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D72; }
p { color: rgb(17,29,114); }
H1.HeaderClassName
{
color: #111D72;
}
.AnyTagClassName
{
color: #111D72;
}
</style>
background-color css
<style>
a { background-color: #111D72; }
a { background-color: rgb(17,29,114); }
div.DivClassName
{
background-color: #111D72;
}
.BgClassName
{
background-color: #111D72;
}
</style>
border-color css
<style>
span { border-color: #111D72; }
span { border-color: rgb(17,29,114); }
td.TdClassName
{
border-color: #111D72;
}
.TagClassName
{
border-color: #111D72;
}
</style>