Shades of New Midnight Blue #110DAC
Tints of New Midnight Blue #110DAC
RGB
CMYK
RGB Variations
Color information
#110DAC (or 0x110DAC) is known color: New Midnight Blue. HEX triplet: 11, 0D and AC. RGB value is (17,13,172). Sum of RGB (Red+Green+Blue) = 17+13+172=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 172 (67.58% from 255 or 85.15% from 202); Max value from RGB is 172 - color contains mainly: blue. Hex color #110DAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110DAC is #EEF253. Grayscale: #1F1F1F. Windows color (decimal): -15659604 or 11275537. OLE color: 11275537.
HSL color Cylindrical-coordinate representation of color #110DAC: hue angle of 241.51º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110DAC is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 13 | 172 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.33 |
| HSL | 241.51º | 0.86% | 0.36% | - |
| HSV(B) | 241.51º | 0.92% | 0.67% | - |
| XYZ | 7.82 | 3.39 | 39.27 | - |
| YUV | 32.32 | 206.83 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 172 | 0.90 | 0.92 | 0 | 0.33 | 241.51 | 0.86 | 0.36 |
| Hex | 11 | D | AC | 5A | 5C | 0 | 21 | F2 | 56 | 24 |
| Octal | 21 | 15 | 254 | 132 | 134 | 0 | 41 | 362 | 126 | 44 |
| Binary | 10001 | 1101 | 10101100 | 1011010 | 1011100 | 0 | 100001 | 11110010 | 1010110 | 100100 |
Color Harmonies of #110DAC
Complementary color
Monochromatic Colors of #110DAC
Black with #110DAC
Text Example
Text Example
White with #110DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110DAC; }
p { color: rgb(17,13,172); }
H1.HeaderClassName
{
color: #110DAC;
}
.AnyTagClassName
{
color: #110DAC;
}
</style>
background-color css
<style>
a { background-color: #110DAC; }
a { background-color: rgb(17,13,172); }
div.DivClassName
{
background-color: #110DAC;
}
.BgClassName
{
background-color: #110DAC;
}
</style>
border-color css
<style>
span { border-color: #110DAC; }
span { border-color: rgb(17,13,172); }
td.TdClassName
{
border-color: #110DAC;
}
.TagClassName
{
border-color: #110DAC;
}
</style>