Shades of Midnight Blue #111D76
Tints of Midnight Blue #111D76
RGB
CMYK
RGB Variations
Color information
#111D76 (or 0x111D76) is known color: Midnight Blue. HEX triplet: 11, 1D and 76. RGB value is (17,29,118). Sum of RGB (Red+Green+Blue) = 17+29+118=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #111D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D76 is #EEE289. Grayscale: #232323. Windows color (decimal): -15655562 or 7740689. OLE color: 7740689.
HSL color Cylindrical-coordinate representation of color #111D76: hue angle of 232.87º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #111D76 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 29 | 118 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.54 |
| HSL | 232.87º | 0.75% | 0.26% | - |
| HSV(B) | 232.87º | 0.86% | 0.46% | - |
| XYZ | 3.94 | 2.31 | 17.38 | - |
| YUV | 35.56 | 174.52 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 118 | 0.86 | 0.75 | 0 | 0.54 | 232.87 | 0.75 | 0.26 |
| Hex | 11 | 1D | 76 | 56 | 4B | 0 | 36 | E9 | 4B | 1A |
| Octal | 21 | 35 | 166 | 126 | 113 | 0 | 66 | 351 | 113 | 32 |
| Binary | 10001 | 11101 | 1110110 | 1010110 | 1001011 | 0 | 110110 | 11101001 | 1001011 | 11010 |
Color Harmonies of #111D76
Complementary color
Monochromatic Colors of #111D76
Black with #111D76
Text Example
Text Example
White with #111D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D76; }
p { color: rgb(17,29,118); }
H1.HeaderClassName
{
color: #111D76;
}
.AnyTagClassName
{
color: #111D76;
}
</style>
background-color css
<style>
a { background-color: #111D76; }
a { background-color: rgb(17,29,118); }
div.DivClassName
{
background-color: #111D76;
}
.BgClassName
{
background-color: #111D76;
}
</style>
border-color css
<style>
span { border-color: #111D76; }
span { border-color: rgb(17,29,118); }
td.TdClassName
{
border-color: #111D76;
}
.TagClassName
{
border-color: #111D76;
}
</style>