Shades of Ultramarine #110290
Tints of Ultramarine #110290
RGB
CMYK
RGB Variations
Color information
#110290 (or 0x110290) is known color: Ultramarine. HEX triplet: 11, 02 and 90. RGB value is (17,2,144). Sum of RGB (Red+Green+Blue) = 17+2+144=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 144 (56.64% from 255 or 88.34% from 163); Max value from RGB is 144 - color contains mainly: blue. Hex color #110290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110290 is #EEFD6F. Grayscale: #161616. Windows color (decimal): -15662448 or 9437713. OLE color: 9437713.
HSL color Cylindrical-coordinate representation of color #110290: hue angle of 246.34º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #110290 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 2 | 144 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.44 |
| HSL | 246.34º | 0.97% | 0.29% | - |
| HSV(B) | 246.34º | 0.99% | 0.56% | - |
| XYZ | 5.29 | 2.18 | 26.53 | - |
| YUV | 22.67 | 196.47 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 144 | 0.88 | 0.99 | 0 | 0.44 | 246.34 | 0.97 | 0.29 |
| Hex | 11 | 2 | 90 | 58 | 63 | 0 | 2C | F6 | 61 | 1D |
| Octal | 21 | 2 | 220 | 130 | 143 | 0 | 54 | 366 | 141 | 35 |
| Binary | 10001 | 10 | 10010000 | 1011000 | 1100011 | 0 | 101100 | 11110110 | 1100001 | 11101 |
Color Harmonies of #110290
Complementary color
Monochromatic Colors of #110290
Black with #110290
Text Example
Text Example
White with #110290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110290; }
p { color: rgb(17,2,144); }
H1.HeaderClassName
{
color: #110290;
}
.AnyTagClassName
{
color: #110290;
}
</style>
background-color css
<style>
a { background-color: #110290; }
a { background-color: rgb(17,2,144); }
div.DivClassName
{
background-color: #110290;
}
.BgClassName
{
background-color: #110290;
}
</style>
border-color css
<style>
span { border-color: #110290; }
span { border-color: rgb(17,2,144); }
td.TdClassName
{
border-color: #110290;
}
.TagClassName
{
border-color: #110290;
}
</style>