Shades of New Midnight Blue #1110AD
Tints of New Midnight Blue #1110AD
RGB
CMYK
RGB Variations
Color information
#1110AD (or 0x1110AD) is known color: New Midnight Blue. HEX triplet: 11, 10 and AD. RGB value is (17,16,173). Sum of RGB (Red+Green+Blue) = 17+16+173=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 173 (67.97% from 255 or 83.98% from 206); Max value from RGB is 173 - color contains mainly: blue. Hex color #1110AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1110AD is #EEEF52. Grayscale: #212121. Windows color (decimal): -15658835 or 11341841. OLE color: 11341841.
HSL color Cylindrical-coordinate representation of color #1110AD: hue angle of 240.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1110AD is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 16 | 173 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.32 |
| HSL | 240.38º | 0.83% | 0.37% | - |
| HSV(B) | 240.38º | 0.91% | 0.68% | - |
| XYZ | 7.96 | 3.51 | 39.79 | - |
| YUV | 34.2 | 206.33 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 173 | 0.90 | 0.91 | 0 | 0.32 | 240.38 | 0.83 | 0.37 |
| Hex | 11 | 10 | AD | 5A | 5B | 0 | 20 | F0 | 53 | 25 |
| Octal | 21 | 20 | 255 | 132 | 133 | 0 | 40 | 360 | 123 | 45 |
| Binary | 10001 | 10000 | 10101101 | 1011010 | 1011011 | 0 | 100000 | 11110000 | 1010011 | 100101 |
Color Harmonies of #1110AD
Complementary color
Monochromatic Colors of #1110AD
Black with #1110AD
Text Example
Text Example
White with #1110AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1110AD; }
p { color: rgb(17,16,173); }
H1.HeaderClassName
{
color: #1110AD;
}
.AnyTagClassName
{
color: #1110AD;
}
</style>
background-color css
<style>
a { background-color: #1110AD; }
a { background-color: rgb(17,16,173); }
div.DivClassName
{
background-color: #1110AD;
}
.BgClassName
{
background-color: #1110AD;
}
</style>
border-color css
<style>
span { border-color: #1110AD; }
span { border-color: rgb(17,16,173); }
td.TdClassName
{
border-color: #1110AD;
}
.TagClassName
{
border-color: #1110AD;
}
</style>