Shades of Ultramarine #110990
Tints of Ultramarine #110990
RGB
CMYK
RGB Variations
Color information
#110990 (or 0x110990) is known color: Ultramarine. HEX triplet: 11, 09 and 90. RGB value is (17,9,144). Sum of RGB (Red+Green+Blue) = 17+9+144=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 144 (56.64% from 255 or 84.71% from 170); Max value from RGB is 144 - color contains mainly: blue. Hex color #110990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110990 is #EEF66F. Grayscale: #1A1A1A. Windows color (decimal): -15660656 or 9439505. OLE color: 9439505.
HSL color Cylindrical-coordinate representation of color #110990: hue angle of 243.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110990 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 9 | 144 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.44 |
| HSL | 243.56º | 0.88% | 0.3% | - |
| HSV(B) | 243.56º | 0.94% | 0.56% | - |
| XYZ | 5.36 | 2.33 | 26.55 | - |
| YUV | 26.78 | 194.15 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 144 | 0.88 | 0.94 | 0 | 0.44 | 243.56 | 0.88 | 0.3 |
| Hex | 11 | 9 | 90 | 58 | 5E | 0 | 2C | F4 | 58 | 1E |
| Octal | 21 | 11 | 220 | 130 | 136 | 0 | 54 | 364 | 130 | 36 |
| Binary | 10001 | 1001 | 10010000 | 1011000 | 1011110 | 0 | 101100 | 11110100 | 1011000 | 11110 |
Color Harmonies of #110990
Complementary color
Monochromatic Colors of #110990
Black with #110990
Text Example
Text Example
White with #110990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110990; }
p { color: rgb(17,9,144); }
H1.HeaderClassName
{
color: #110990;
}
.AnyTagClassName
{
color: #110990;
}
</style>
background-color css
<style>
a { background-color: #110990; }
a { background-color: rgb(17,9,144); }
div.DivClassName
{
background-color: #110990;
}
.BgClassName
{
background-color: #110990;
}
</style>
border-color css
<style>
span { border-color: #110990; }
span { border-color: rgb(17,9,144); }
td.TdClassName
{
border-color: #110990;
}
.TagClassName
{
border-color: #110990;
}
</style>