Shades of New Midnight Blue #1100AE
Tints of New Midnight Blue #1100AE
RGB
CMYK
RGB Variations
Color information
#1100AE (or 0x1100AE) is known color: New Midnight Blue. HEX triplet: 11, 00 and AE. RGB value is (17,0,174). Sum of RGB (Red+Green+Blue) = 17+0+174=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 174 (68.36% from 255 or 91.10% from 191); Max value from RGB is 174 - color contains mainly: blue. Hex color #1100AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1100AE is #EEFF51. Grayscale: #181818. Windows color (decimal): -15662930 or 11403281. OLE color: 11403281.
HSL color Cylindrical-coordinate representation of color #1100AE: hue angle of 245.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1100AE is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 0 | 174 | - |
| CMYK | 0.90 | 1 | 0 | 0.32 |
| HSL | 245.86º | 1% | 0.34% | - |
| HSV(B) | 245.86º | 1% | 0.68% | - |
| XYZ | 7.87 | 3.18 | 40.24 | - |
| YUV | 24.92 | 212.13 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 174 | 0.90 | 1 | 0 | 0.32 | 245.86 | 1 | 0.34 |
| Hex | 11 | 0 | AE | 5A | 64 | 0 | 20 | F6 | 64 | 22 |
| Octal | 21 | 0 | 256 | 132 | 144 | 0 | 40 | 366 | 144 | 42 |
| Binary | 10001 | 0 | 10101110 | 1011010 | 1100100 | 0 | 100000 | 11110110 | 1100100 | 100010 |
Color Harmonies of #1100AE
Complementary color
Monochromatic Colors of #1100AE
Black with #1100AE
Text Example
Text Example
White with #1100AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1100AE; }
p { color: rgb(17,0,174); }
H1.HeaderClassName
{
color: #1100AE;
}
.AnyTagClassName
{
color: #1100AE;
}
</style>
background-color css
<style>
a { background-color: #1100AE; }
a { background-color: rgb(17,0,174); }
div.DivClassName
{
background-color: #1100AE;
}
.BgClassName
{
background-color: #1100AE;
}
</style>
border-color css
<style>
span { border-color: #1100AE; }
span { border-color: rgb(17,0,174); }
td.TdClassName
{
border-color: #1100AE;
}
.TagClassName
{
border-color: #1100AE;
}
</style>