Shades of New Midnight Blue #110AAC
Tints of New Midnight Blue #110AAC
RGB
CMYK
RGB Variations
Color information
#110AAC (or 0x110AAC) is known color: New Midnight Blue. HEX triplet: 11, 0A and AC. RGB value is (17,10,172). Sum of RGB (Red+Green+Blue) = 17+10+172=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 172 (67.58% from 255 or 86.43% from 199); Max value from RGB is 172 - color contains mainly: blue. Hex color #110AAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110AAC is #EEF553. Grayscale: #1D1D1D. Windows color (decimal): -15660372 or 11274769. OLE color: 11274769.
HSL color Cylindrical-coordinate representation of color #110AAC: hue angle of 242.59º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110AAC is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 10 | 172 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.33 |
| HSL | 242.59º | 0.89% | 0.36% | - |
| HSV(B) | 242.59º | 0.94% | 0.67% | - |
| XYZ | 7.79 | 3.31 | 39.26 | - |
| YUV | 30.56 | 207.82 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 172 | 0.90 | 0.94 | 0 | 0.33 | 242.59 | 0.89 | 0.36 |
| Hex | 11 | A | AC | 5A | 5E | 0 | 21 | F3 | 59 | 24 |
| Octal | 21 | 12 | 254 | 132 | 136 | 0 | 41 | 363 | 131 | 44 |
| Binary | 10001 | 1010 | 10101100 | 1011010 | 1011110 | 0 | 100001 | 11110011 | 1011001 | 100100 |
Color Harmonies of #110AAC
Complementary color
Monochromatic Colors of #110AAC
Black with #110AAC
Text Example
Text Example
White with #110AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110AAC; }
p { color: rgb(17,10,172); }
H1.HeaderClassName
{
color: #110AAC;
}
.AnyTagClassName
{
color: #110AAC;
}
</style>
background-color css
<style>
a { background-color: #110AAC; }
a { background-color: rgb(17,10,172); }
div.DivClassName
{
background-color: #110AAC;
}
.BgClassName
{
background-color: #110AAC;
}
</style>
border-color css
<style>
span { border-color: #110AAC; }
span { border-color: rgb(17,10,172); }
td.TdClassName
{
border-color: #110AAC;
}
.TagClassName
{
border-color: #110AAC;
}
</style>