Shades of Ultramarine #110AA0
Tints of Ultramarine #110AA0
RGB
CMYK
RGB Variations
Color information
#110AA0 (or 0x110AA0) is known color: Ultramarine. HEX triplet: 11, 0A and A0. RGB value is (17,10,160). Sum of RGB (Red+Green+Blue) = 17+10+160=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 160 (62.89% from 255 or 85.56% from 187); Max value from RGB is 160 - color contains mainly: blue. Hex color #110AA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110AA0 is #EEF55F. Grayscale: #1C1C1C. Windows color (decimal): -15660384 or 10488337. OLE color: 10488337.
HSL color Cylindrical-coordinate representation of color #110AA0: hue angle of 242.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110AA0 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 10 | 160 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.37 |
| HSL | 242.8º | 0.88% | 0.33% | - |
| HSV(B) | 242.8º | 0.94% | 0.63% | - |
| XYZ | 6.68 | 2.87 | 33.46 | - |
| YUV | 29.19 | 201.82 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 160 | 0.89 | 0.94 | 0 | 0.37 | 242.8 | 0.88 | 0.33 |
| Hex | 11 | A | A0 | 59 | 5E | 0 | 25 | F3 | 58 | 21 |
| Octal | 21 | 12 | 240 | 131 | 136 | 0 | 45 | 363 | 130 | 41 |
| Binary | 10001 | 1010 | 10100000 | 1011001 | 1011110 | 0 | 100101 | 11110011 | 1011000 | 100001 |
Color Harmonies of #110AA0
Complementary color
Monochromatic Colors of #110AA0
Black with #110AA0
Text Example
Text Example
White with #110AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110AA0; }
p { color: rgb(17,10,160); }
H1.HeaderClassName
{
color: #110AA0;
}
.AnyTagClassName
{
color: #110AA0;
}
</style>
background-color css
<style>
a { background-color: #110AA0; }
a { background-color: rgb(17,10,160); }
div.DivClassName
{
background-color: #110AA0;
}
.BgClassName
{
background-color: #110AA0;
}
</style>
border-color css
<style>
span { border-color: #110AA0; }
span { border-color: rgb(17,10,160); }
td.TdClassName
{
border-color: #110AA0;
}
.TagClassName
{
border-color: #110AA0;
}
</style>