Shades of Midnight Blue #111F72
Tints of Midnight Blue #111F72
RGB
CMYK
RGB Variations
Color information
#111F72 (or 0x111F72) is known color: Midnight Blue. HEX triplet: 11, 1F and 72. RGB value is (17,31,114). Sum of RGB (Red+Green+Blue) = 17+31+114=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #111F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F72 is #EEE08D. Grayscale: #232323. Windows color (decimal): -15655054 or 7479057. OLE color: 7479057.
HSL color Cylindrical-coordinate representation of color #111F72: hue angle of 231.34º 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 #111F72 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 31 | 114 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.55 |
| HSL | 231.34º | 0.74% | 0.26% | - |
| HSV(B) | 231.34º | 0.85% | 0.45% | - |
| XYZ | 3.76 | 2.31 | 16.17 | - |
| YUV | 36.28 | 171.86 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 114 | 0.85 | 0.73 | 0 | 0.55 | 231.34 | 0.74 | 0.26 |
| Hex | 11 | 1F | 72 | 55 | 49 | 0 | 37 | E7 | 4A | 1A |
| Octal | 21 | 37 | 162 | 125 | 111 | 0 | 67 | 347 | 112 | 32 |
| Binary | 10001 | 11111 | 1110010 | 1010101 | 1001001 | 0 | 110111 | 11100111 | 1001010 | 11010 |
Color Harmonies of #111F72
Complementary color
Monochromatic Colors of #111F72
Black with #111F72
Text Example
Text Example
White with #111F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F72; }
p { color: rgb(17,31,114); }
H1.HeaderClassName
{
color: #111F72;
}
.AnyTagClassName
{
color: #111F72;
}
</style>
background-color css
<style>
a { background-color: #111F72; }
a { background-color: rgb(17,31,114); }
div.DivClassName
{
background-color: #111F72;
}
.BgClassName
{
background-color: #111F72;
}
</style>
border-color css
<style>
span { border-color: #111F72; }
span { border-color: rgb(17,31,114); }
td.TdClassName
{
border-color: #111F72;
}
.TagClassName
{
border-color: #111F72;
}
</style>