Shades of New Midnight Blue #1112AE
Tints of New Midnight Blue #1112AE
RGB
CMYK
RGB Variations
Color information
#1112AE (or 0x1112AE) is known color: New Midnight Blue. HEX triplet: 11, 12 and AE. RGB value is (17,18,174). Sum of RGB (Red+Green+Blue) = 17+18+174=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 174 (68.36% from 255 or 83.25% from 209); Max value from RGB is 174 - color contains mainly: blue. Hex color #1112AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1112AE is #EEED51. Grayscale: #222222. Windows color (decimal): -15658322 or 11407889. OLE color: 11407889.
HSL color Cylindrical-coordinate representation of color #1112AE: hue angle of 239.62º 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 #1112AE is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 18 | 174 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.32 |
| HSL | 239.62º | 0.82% | 0.37% | - |
| HSV(B) | 239.62º | 0.9% | 0.68% | - |
| XYZ | 8.09 | 3.61 | 40.31 | - |
| YUV | 35.49 | 206.17 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 174 | 0.90 | 0.90 | 0 | 0.32 | 239.62 | 0.82 | 0.37 |
| Hex | 11 | 12 | AE | 5A | 5A | 0 | 20 | F0 | 52 | 25 |
| Octal | 21 | 22 | 256 | 132 | 132 | 0 | 40 | 360 | 122 | 45 |
| Binary | 10001 | 10010 | 10101110 | 1011010 | 1011010 | 0 | 100000 | 11110000 | 1010010 | 100101 |
Color Harmonies of #1112AE
Complementary color
Monochromatic Colors of #1112AE
Black with #1112AE
Text Example
Text Example
White with #1112AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1112AE; }
p { color: rgb(17,18,174); }
H1.HeaderClassName
{
color: #1112AE;
}
.AnyTagClassName
{
color: #1112AE;
}
</style>
background-color css
<style>
a { background-color: #1112AE; }
a { background-color: rgb(17,18,174); }
div.DivClassName
{
background-color: #1112AE;
}
.BgClassName
{
background-color: #1112AE;
}
</style>
border-color css
<style>
span { border-color: #1112AE; }
span { border-color: rgb(17,18,174); }
td.TdClassName
{
border-color: #1112AE;
}
.TagClassName
{
border-color: #1112AE;
}
</style>