Shades of New Midnight Blue #1116AD
Tints of New Midnight Blue #1116AD
RGB
CMYK
RGB Variations
Color information
#1116AD (or 0x1116AD) is known color: New Midnight Blue. HEX triplet: 11, 16 and AD. RGB value is (17,22,173). Sum of RGB (Red+Green+Blue) = 17+22+173=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 173 (67.97% from 255 or 81.60% from 212); Max value from RGB is 173 - color contains mainly: blue. Hex color #1116AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1116AD is #EEE952. Grayscale: #252525. Windows color (decimal): -15657299 or 11343377. OLE color: 11343377.
HSL color Cylindrical-coordinate representation of color #1116AD: hue angle of 238.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1116AD is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 22 | 173 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.32 |
| HSL | 238.08º | 0.82% | 0.37% | - |
| HSV(B) | 238.08º | 0.9% | 0.68% | - |
| XYZ | 8.06 | 3.71 | 39.83 | - |
| YUV | 37.72 | 204.34 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 173 | 0.90 | 0.87 | 0 | 0.32 | 238.08 | 0.82 | 0.37 |
| Hex | 11 | 16 | AD | 5A | 57 | 0 | 20 | EE | 52 | 25 |
| Octal | 21 | 26 | 255 | 132 | 127 | 0 | 40 | 356 | 122 | 45 |
| Binary | 10001 | 10110 | 10101101 | 1011010 | 1010111 | 0 | 100000 | 11101110 | 1010010 | 100101 |
Color Harmonies of #1116AD
Complementary color
Monochromatic Colors of #1116AD
Black with #1116AD
Text Example
Text Example
White with #1116AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1116AD; }
p { color: rgb(17,22,173); }
H1.HeaderClassName
{
color: #1116AD;
}
.AnyTagClassName
{
color: #1116AD;
}
</style>
background-color css
<style>
a { background-color: #1116AD; }
a { background-color: rgb(17,22,173); }
div.DivClassName
{
background-color: #1116AD;
}
.BgClassName
{
background-color: #1116AD;
}
</style>
border-color css
<style>
span { border-color: #1116AD; }
span { border-color: rgb(17,22,173); }
td.TdClassName
{
border-color: #1116AD;
}
.TagClassName
{
border-color: #1116AD;
}
</style>