Shades of Ultramarine #110299
Tints of Ultramarine #110299
RGB
CMYK
RGB Variations
Color information
#110299 (or 0x110299) is known color: Ultramarine. HEX triplet: 11, 02 and 99. RGB value is (17,2,153). Sum of RGB (Red+Green+Blue) = 17+2+153=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 153 (60.16% from 255 or 88.95% from 172); Max value from RGB is 153 - color contains mainly: blue. Hex color #110299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110299 is #EEFD66. Grayscale: #171717. Windows color (decimal): -15662439 or 10027537. OLE color: 10027537.
HSL color Cylindrical-coordinate representation of color #110299: hue angle of 245.96º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #110299 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 2 | 153 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.4 |
| HSL | 245.96º | 0.97% | 0.3% | - |
| HSV(B) | 245.96º | 0.99% | 0.6% | - |
| XYZ | 6 | 2.46 | 30.3 | - |
| YUV | 23.7 | 200.97 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 153 | 0.89 | 0.99 | 0 | 0.4 | 245.96 | 0.97 | 0.3 |
| Hex | 11 | 2 | 99 | 59 | 63 | 0 | 28 | F6 | 61 | 1E |
| Octal | 21 | 2 | 231 | 131 | 143 | 0 | 50 | 366 | 141 | 36 |
| Binary | 10001 | 10 | 10011001 | 1011001 | 1100011 | 0 | 101000 | 11110110 | 1100001 | 11110 |
Color Harmonies of #110299
Complementary color
Monochromatic Colors of #110299
Black with #110299
Text Example
Text Example
White with #110299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110299; }
p { color: rgb(17,2,153); }
H1.HeaderClassName
{
color: #110299;
}
.AnyTagClassName
{
color: #110299;
}
</style>
background-color css
<style>
a { background-color: #110299; }
a { background-color: rgb(17,2,153); }
div.DivClassName
{
background-color: #110299;
}
.BgClassName
{
background-color: #110299;
}
</style>
border-color css
<style>
span { border-color: #110299; }
span { border-color: rgb(17,2,153); }
td.TdClassName
{
border-color: #110299;
}
.TagClassName
{
border-color: #110299;
}
</style>