Shades of New Midnight Blue #1112AF
Tints of New Midnight Blue #1112AF
RGB
CMYK
RGB Variations
Color information
#1112AF (or 0x1112AF) is known color: New Midnight Blue. HEX triplet: 11, 12 and AF. RGB value is (17,18,175). Sum of RGB (Red+Green+Blue) = 17+18+175=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 175 (68.75% from 255 or 83.33% from 210); Max value from RGB is 175 - color contains mainly: blue. Hex color #1112AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1112AF is #EEED50. Grayscale: #222222. Windows color (decimal): -15658321 or 11473425. OLE color: 11473425.
HSL color Cylindrical-coordinate representation of color #1112AF: hue angle of 239.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1112AF is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 18 | 175 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.31 |
| HSL | 239.62º | 0.82% | 0.38% | - |
| HSV(B) | 239.62º | 0.9% | 0.69% | - |
| XYZ | 8.19 | 3.65 | 40.83 | - |
| YUV | 35.6 | 206.67 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 175 | 0.90 | 0.90 | 0 | 0.31 | 239.62 | 0.82 | 0.38 |
| Hex | 11 | 12 | AF | 5A | 5A | 0 | 1F | F0 | 52 | 26 |
| Octal | 21 | 22 | 257 | 132 | 132 | 0 | 37 | 360 | 122 | 46 |
| Binary | 10001 | 10010 | 10101111 | 1011010 | 1011010 | 0 | 11111 | 11110000 | 1010010 | 100110 |
Color Harmonies of #1112AF
Complementary color
Monochromatic Colors of #1112AF
Black with #1112AF
Text Example
Text Example
White with #1112AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1112AF; }
p { color: rgb(17,18,175); }
H1.HeaderClassName
{
color: #1112AF;
}
.AnyTagClassName
{
color: #1112AF;
}
</style>
background-color css
<style>
a { background-color: #1112AF; }
a { background-color: rgb(17,18,175); }
div.DivClassName
{
background-color: #1112AF;
}
.BgClassName
{
background-color: #1112AF;
}
</style>
border-color css
<style>
span { border-color: #1112AF; }
span { border-color: rgb(17,18,175); }
td.TdClassName
{
border-color: #1112AF;
}
.TagClassName
{
border-color: #1112AF;
}
</style>