Shades of New Midnight Blue #110DAA
Tints of New Midnight Blue #110DAA
RGB
CMYK
RGB Variations
Color information
#110DAA (or 0x110DAA) is known color: New Midnight Blue. HEX triplet: 11, 0D and AA. RGB value is (17,13,170). Sum of RGB (Red+Green+Blue) = 17+13+170=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 170 (66.80% from 255 or 85% from 200); Max value from RGB is 170 - color contains mainly: blue. Hex color #110DAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110DAA is #EEF255. Grayscale: #1F1F1F. Windows color (decimal): -15659606 or 11144465. OLE color: 11144465.
HSL color Cylindrical-coordinate representation of color #110DAA: hue angle of 241.53º 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 #110DAA is Cyan = 0.9, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 13 | 170 | - |
| CMYK | 0.9 | 0.92 | 0 | 0.33 |
| HSL | 241.53º | 0.86% | 0.36% | - |
| HSV(B) | 241.53º | 0.92% | 0.67% | - |
| XYZ | 7.63 | 3.31 | 38.27 | - |
| YUV | 32.09 | 205.83 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 170 | 0.9 | 0.92 | 0 | 0.33 | 241.53 | 0.86 | 0.36 |
| Hex | 11 | D | AA | 5A | 5C | 0 | 21 | F2 | 56 | 24 |
| Octal | 21 | 15 | 252 | 132 | 134 | 0 | 41 | 362 | 126 | 44 |
| Binary | 10001 | 1101 | 10101010 | 1011010 | 1011100 | 0 | 100001 | 11110010 | 1010110 | 100100 |
Color Harmonies of #110DAA
Complementary color
Monochromatic Colors of #110DAA
Black with #110DAA
Text Example
Text Example
White with #110DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110DAA; }
p { color: rgb(17,13,170); }
H1.HeaderClassName
{
color: #110DAA;
}
.AnyTagClassName
{
color: #110DAA;
}
</style>
background-color css
<style>
a { background-color: #110DAA; }
a { background-color: rgb(17,13,170); }
div.DivClassName
{
background-color: #110DAA;
}
.BgClassName
{
background-color: #110DAA;
}
</style>
border-color css
<style>
span { border-color: #110DAA; }
span { border-color: rgb(17,13,170); }
td.TdClassName
{
border-color: #110DAA;
}
.TagClassName
{
border-color: #110DAA;
}
</style>