Shades of New Midnight Blue #1112AC
Tints of New Midnight Blue #1112AC
RGB
CMYK
RGB Variations
Color information
#1112AC (or 0x1112AC) is known color: New Midnight Blue. HEX triplet: 11, 12 and AC. RGB value is (17,18,172). Sum of RGB (Red+Green+Blue) = 17+18+172=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 172 (67.58% from 255 or 83.09% from 207); Max value from RGB is 172 - color contains mainly: blue. Hex color #1112AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1112AC is #EEED53. Grayscale: #222222. Windows color (decimal): -15658324 or 11276817. OLE color: 11276817.
HSL color Cylindrical-coordinate representation of color #1112AC: hue angle of 239.61º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1112AC is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 18 | 172 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.33 |
| HSL | 239.61º | 0.82% | 0.37% | - |
| HSV(B) | 239.61º | 0.9% | 0.67% | - |
| XYZ | 7.89 | 3.53 | 39.3 | - |
| YUV | 35.26 | 205.17 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 172 | 0.90 | 0.90 | 0 | 0.33 | 239.61 | 0.82 | 0.37 |
| Hex | 11 | 12 | AC | 5A | 5A | 0 | 21 | F0 | 52 | 25 |
| Octal | 21 | 22 | 254 | 132 | 132 | 0 | 41 | 360 | 122 | 45 |
| Binary | 10001 | 10010 | 10101100 | 1011010 | 1011010 | 0 | 100001 | 11110000 | 1010010 | 100101 |
Color Harmonies of #1112AC
Complementary color
Monochromatic Colors of #1112AC
Black with #1112AC
Text Example
Text Example
White with #1112AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1112AC; }
p { color: rgb(17,18,172); }
H1.HeaderClassName
{
color: #1112AC;
}
.AnyTagClassName
{
color: #1112AC;
}
</style>
background-color css
<style>
a { background-color: #1112AC; }
a { background-color: rgb(17,18,172); }
div.DivClassName
{
background-color: #1112AC;
}
.BgClassName
{
background-color: #1112AC;
}
</style>
border-color css
<style>
span { border-color: #1112AC; }
span { border-color: rgb(17,18,172); }
td.TdClassName
{
border-color: #1112AC;
}
.TagClassName
{
border-color: #1112AC;
}
</style>