Shades of New Midnight Blue #1106AD
Tints of New Midnight Blue #1106AD
RGB
CMYK
RGB Variations
Color information
#1106AD (or 0x1106AD) is known color: New Midnight Blue. HEX triplet: 11, 06 and AD. RGB value is (17,6,173). Sum of RGB (Red+Green+Blue) = 17+6+173=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 173 (67.97% from 255 or 88.27% from 196); Max value from RGB is 173 - color contains mainly: blue. Hex color #1106AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1106AD is #EEF952. Grayscale: #1B1B1B. Windows color (decimal): -15661395 or 11339281. OLE color: 11339281.
HSL color Cylindrical-coordinate representation of color #1106AD: hue angle of 243.95º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1106AD is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 6 | 173 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.32 |
| HSL | 243.95º | 0.93% | 0.35% | - |
| HSV(B) | 243.95º | 0.97% | 0.68% | - |
| XYZ | 7.84 | 3.27 | 39.75 | - |
| YUV | 28.33 | 209.64 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 173 | 0.90 | 0.97 | 0 | 0.32 | 243.95 | 0.93 | 0.35 |
| Hex | 11 | 6 | AD | 5A | 61 | 0 | 20 | F4 | 5D | 23 |
| Octal | 21 | 6 | 255 | 132 | 141 | 0 | 40 | 364 | 135 | 43 |
| Binary | 10001 | 110 | 10101101 | 1011010 | 1100001 | 0 | 100000 | 11110100 | 1011101 | 100011 |
Color Harmonies of #1106AD
Complementary color
Monochromatic Colors of #1106AD
Black with #1106AD
Text Example
Text Example
White with #1106AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1106AD; }
p { color: rgb(17,6,173); }
H1.HeaderClassName
{
color: #1106AD;
}
.AnyTagClassName
{
color: #1106AD;
}
</style>
background-color css
<style>
a { background-color: #1106AD; }
a { background-color: rgb(17,6,173); }
div.DivClassName
{
background-color: #1106AD;
}
.BgClassName
{
background-color: #1106AD;
}
</style>
border-color css
<style>
span { border-color: #1106AD; }
span { border-color: rgb(17,6,173); }
td.TdClassName
{
border-color: #1106AD;
}
.TagClassName
{
border-color: #1106AD;
}
</style>