Shades of New Midnight Blue #1111AD
Tints of New Midnight Blue #1111AD
RGB
CMYK
RGB Variations
Color information
#1111AD (or 0x1111AD) is known color: New Midnight Blue. HEX triplet: 11, 11 and AD. RGB value is (17,17,173). Sum of RGB (Red+Green+Blue) = 17+17+173=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 173 (67.97% from 255 or 83.57% from 207); Max value from RGB is 173 - color contains mainly: blue. Hex color #1111AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1111AD is #EEEE52. Grayscale: #222222. Windows color (decimal): -15658579 or 11342097. OLE color: 11342097.
HSL color Cylindrical-coordinate representation of color #1111AD: hue angle of 240º 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 #1111AD is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 17 | 173 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.32 |
| HSL | 240º | 0.82% | 0.37% | - |
| HSV(B) | 240º | 0.9% | 0.68% | - |
| XYZ | 7.97 | 3.54 | 39.8 | - |
| YUV | 34.78 | 206 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 173 | 0.90 | 0.90 | 0 | 0.32 | 240 | 0.82 | 0.37 |
| Hex | 11 | 11 | AD | 5A | 5A | 0 | 20 | F0 | 52 | 25 |
| Octal | 21 | 21 | 255 | 132 | 132 | 0 | 40 | 360 | 122 | 45 |
| Binary | 10001 | 10001 | 10101101 | 1011010 | 1011010 | 0 | 100000 | 11110000 | 1010010 | 100101 |
Color Harmonies of #1111AD
Complementary color
Monochromatic Colors of #1111AD
Black with #1111AD
Text Example
Text Example
White with #1111AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1111AD; }
p { color: rgb(17,17,173); }
H1.HeaderClassName
{
color: #1111AD;
}
.AnyTagClassName
{
color: #1111AD;
}
</style>
background-color css
<style>
a { background-color: #1111AD; }
a { background-color: rgb(17,17,173); }
div.DivClassName
{
background-color: #1111AD;
}
.BgClassName
{
background-color: #1111AD;
}
</style>
border-color css
<style>
span { border-color: #1111AD; }
span { border-color: rgb(17,17,173); }
td.TdClassName
{
border-color: #1111AD;
}
.TagClassName
{
border-color: #1111AD;
}
</style>