Shades of New Midnight Blue #1116AF
Tints of New Midnight Blue #1116AF
RGB
CMYK
RGB Variations
Color information
#1116AF (or 0x1116AF) is known color: New Midnight Blue. HEX triplet: 11, 16 and AF. RGB value is (17,22,175). Sum of RGB (Red+Green+Blue) = 17+22+175=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 175 (68.75% from 255 or 81.78% from 214); Max value from RGB is 175 - color contains mainly: blue. Hex color #1116AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1116AF is #EEE950. Grayscale: #252525. Windows color (decimal): -15657297 or 11474449. OLE color: 11474449.
HSL color Cylindrical-coordinate representation of color #1116AF: hue angle of 238.1º 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 #1116AF is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 22 | 175 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.31 |
| HSL | 238.1º | 0.82% | 0.38% | - |
| HSV(B) | 238.1º | 0.9% | 0.69% | - |
| XYZ | 8.26 | 3.79 | 40.85 | - |
| YUV | 37.95 | 205.34 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 175 | 0.90 | 0.87 | 0 | 0.31 | 238.1 | 0.82 | 0.38 |
| Hex | 11 | 16 | AF | 5A | 57 | 0 | 1F | EE | 52 | 26 |
| Octal | 21 | 26 | 257 | 132 | 127 | 0 | 37 | 356 | 122 | 46 |
| Binary | 10001 | 10110 | 10101111 | 1011010 | 1010111 | 0 | 11111 | 11101110 | 1010010 | 100110 |
Color Harmonies of #1116AF
Complementary color
Monochromatic Colors of #1116AF
Black with #1116AF
Text Example
Text Example
White with #1116AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1116AF; }
p { color: rgb(17,22,175); }
H1.HeaderClassName
{
color: #1116AF;
}
.AnyTagClassName
{
color: #1116AF;
}
</style>
background-color css
<style>
a { background-color: #1116AF; }
a { background-color: rgb(17,22,175); }
div.DivClassName
{
background-color: #1116AF;
}
.BgClassName
{
background-color: #1116AF;
}
</style>
border-color css
<style>
span { border-color: #1116AF; }
span { border-color: rgb(17,22,175); }
td.TdClassName
{
border-color: #1116AF;
}
.TagClassName
{
border-color: #1116AF;
}
</style>