Shades of Ultramarine #110690
Tints of Ultramarine #110690
RGB
CMYK
RGB Variations
Color information
#110690 (or 0x110690) is known color: Ultramarine. HEX triplet: 11, 06 and 90. RGB value is (17,6,144). Sum of RGB (Red+Green+Blue) = 17+6+144=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 144 (56.64% from 255 or 86.23% from 167); Max value from RGB is 144 - color contains mainly: blue. Hex color #110690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110690 is #EEF96F. Grayscale: #181818. Windows color (decimal): -15661424 or 9438737. OLE color: 9438737.
HSL color Cylindrical-coordinate representation of color #110690: hue angle of 244.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110690 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 6 | 144 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.44 |
| HSL | 244.78º | 0.92% | 0.29% | - |
| HSV(B) | 244.78º | 0.96% | 0.56% | - |
| XYZ | 5.33 | 2.26 | 26.54 | - |
| YUV | 25.02 | 195.14 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 144 | 0.88 | 0.96 | 0 | 0.44 | 244.78 | 0.92 | 0.29 |
| Hex | 11 | 6 | 90 | 58 | 60 | 0 | 2C | F5 | 5C | 1D |
| Octal | 21 | 6 | 220 | 130 | 140 | 0 | 54 | 365 | 134 | 35 |
| Binary | 10001 | 110 | 10010000 | 1011000 | 1100000 | 0 | 101100 | 11110101 | 1011100 | 11101 |
Color Harmonies of #110690
Complementary color
Monochromatic Colors of #110690
Black with #110690
Text Example
Text Example
White with #110690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110690; }
p { color: rgb(17,6,144); }
H1.HeaderClassName
{
color: #110690;
}
.AnyTagClassName
{
color: #110690;
}
</style>
background-color css
<style>
a { background-color: #110690; }
a { background-color: rgb(17,6,144); }
div.DivClassName
{
background-color: #110690;
}
.BgClassName
{
background-color: #110690;
}
</style>
border-color css
<style>
span { border-color: #110690; }
span { border-color: rgb(17,6,144); }
td.TdClassName
{
border-color: #110690;
}
.TagClassName
{
border-color: #110690;
}
</style>