Shades of New Midnight Blue #110CAA
Tints of New Midnight Blue #110CAA
RGB
CMYK
RGB Variations
Color information
#110CAA (or 0x110CAA) is known color: New Midnight Blue. HEX triplet: 11, 0C and AA. RGB value is (17,12,170). Sum of RGB (Red+Green+Blue) = 17+12+170=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 170 (66.80% from 255 or 85.43% from 199); Max value from RGB is 170 - color contains mainly: blue. Hex color #110CAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110CAA is #EEF355. Grayscale: #1E1E1E. Windows color (decimal): -15659862 or 11144209. OLE color: 11144209.
HSL color Cylindrical-coordinate representation of color #110CAA: hue angle of 241.9º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110CAA is Cyan = 0.9, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 12 | 170 | - |
| CMYK | 0.9 | 0.93 | 0 | 0.33 |
| HSL | 241.9º | 0.87% | 0.36% | - |
| HSV(B) | 241.9º | 0.93% | 0.67% | - |
| XYZ | 7.62 | 3.28 | 38.26 | - |
| YUV | 31.51 | 206.16 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 170 | 0.9 | 0.93 | 0 | 0.33 | 241.9 | 0.87 | 0.36 |
| Hex | 11 | C | AA | 5A | 5D | 0 | 21 | F2 | 57 | 24 |
| Octal | 21 | 14 | 252 | 132 | 135 | 0 | 41 | 362 | 127 | 44 |
| Binary | 10001 | 1100 | 10101010 | 1011010 | 1011101 | 0 | 100001 | 11110010 | 1010111 | 100100 |
Color Harmonies of #110CAA
Complementary color
Monochromatic Colors of #110CAA
Black with #110CAA
Text Example
Text Example
White with #110CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CAA; }
p { color: rgb(17,12,170); }
H1.HeaderClassName
{
color: #110CAA;
}
.AnyTagClassName
{
color: #110CAA;
}
</style>
background-color css
<style>
a { background-color: #110CAA; }
a { background-color: rgb(17,12,170); }
div.DivClassName
{
background-color: #110CAA;
}
.BgClassName
{
background-color: #110CAA;
}
</style>
border-color css
<style>
span { border-color: #110CAA; }
span { border-color: rgb(17,12,170); }
td.TdClassName
{
border-color: #110CAA;
}
.TagClassName
{
border-color: #110CAA;
}
</style>