Shades of Midnight Blue #111963
Tints of Midnight Blue #111963
RGB
CMYK
RGB Variations
Color information
#111963 (or 0x111963) is known color: Midnight Blue. HEX triplet: 11, 19 and 63. RGB value is (17,25,99). Sum of RGB (Red+Green+Blue) = 17+25+99=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #111963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111963 is #EEE69C. Grayscale: #1E1E1E. Windows color (decimal): -15656605 or 6494481. OLE color: 6494481.
HSL color Cylindrical-coordinate representation of color #111963: hue angle of 234.15º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111963 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 25 | 99 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.61 |
| HSL | 234.15º | 0.71% | 0.23% | - |
| HSV(B) | 234.15º | 0.83% | 0.39% | - |
| XYZ | 2.83 | 1.72 | 11.99 | - |
| YUV | 31.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 99 | 0.83 | 0.75 | 0 | 0.61 | 234.15 | 0.71 | 0.23 |
| Hex | 11 | 19 | 63 | 53 | 4B | 0 | 3D | EA | 47 | 17 |
| Octal | 21 | 31 | 143 | 123 | 113 | 0 | 75 | 352 | 107 | 27 |
| Binary | 10001 | 11001 | 1100011 | 1010011 | 1001011 | 0 | 111101 | 11101010 | 1000111 | 10111 |
Color Harmonies of #111963
Complementary color
Monochromatic Colors of #111963
Black with #111963
Text Example
Text Example
White with #111963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111963; }
p { color: rgb(17,25,99); }
H1.HeaderClassName
{
color: #111963;
}
.AnyTagClassName
{
color: #111963;
}
</style>
background-color css
<style>
a { background-color: #111963; }
a { background-color: rgb(17,25,99); }
div.DivClassName
{
background-color: #111963;
}
.BgClassName
{
background-color: #111963;
}
</style>
border-color css
<style>
span { border-color: #111963; }
span { border-color: rgb(17,25,99); }
td.TdClassName
{
border-color: #111963;
}
.TagClassName
{
border-color: #111963;
}
</style>