Shades of Midnight Blue #111272
Tints of Midnight Blue #111272
RGB
CMYK
RGB Variations
Color information
#111272 (or 0x111272) is known color: Midnight Blue. HEX triplet: 11, 12 and 72. RGB value is (17,18,114). Sum of RGB (Red+Green+Blue) = 17+18+114=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 114 (44.92% from 255 or 76.51% from 149); Max value from RGB is 114 - color contains mainly: blue. Hex color #111272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111272 is #EEED8D. Grayscale: #1C1C1C. Windows color (decimal): -15658382 or 7475729. OLE color: 7475729.
HSL color Cylindrical-coordinate representation of color #111272: hue angle of 239.38º 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 #111272 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 18 | 114 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.55 |
| HSL | 239.38º | 0.74% | 0.26% | - |
| HSV(B) | 239.38º | 0.85% | 0.45% | - |
| XYZ | 3.48 | 1.77 | 16.08 | - |
| YUV | 28.65 | 176.17 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 114 | 0.85 | 0.84 | 0 | 0.55 | 239.38 | 0.74 | 0.26 |
| Hex | 11 | 12 | 72 | 55 | 54 | 0 | 37 | EF | 4A | 1A |
| Octal | 21 | 22 | 162 | 125 | 124 | 0 | 67 | 357 | 112 | 32 |
| Binary | 10001 | 10010 | 1110010 | 1010101 | 1010100 | 0 | 110111 | 11101111 | 1001010 | 11010 |
Color Harmonies of #111272
Complementary color
Monochromatic Colors of #111272
Black with #111272
Text Example
Text Example
White with #111272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111272; }
p { color: rgb(17,18,114); }
H1.HeaderClassName
{
color: #111272;
}
.AnyTagClassName
{
color: #111272;
}
</style>
background-color css
<style>
a { background-color: #111272; }
a { background-color: rgb(17,18,114); }
div.DivClassName
{
background-color: #111272;
}
.BgClassName
{
background-color: #111272;
}
</style>
border-color css
<style>
span { border-color: #111272; }
span { border-color: rgb(17,18,114); }
td.TdClassName
{
border-color: #111272;
}
.TagClassName
{
border-color: #111272;
}
</style>