Shades of Ultramarine #110586
Tints of Ultramarine #110586
RGB
CMYK
RGB Variations
Color information
#110586 (or 0x110586) is known color: Ultramarine. HEX triplet: 11, 05 and 86. RGB value is (17,5,134). Sum of RGB (Red+Green+Blue) = 17+5+134=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 134 (52.73% from 255 or 85.90% from 156); Max value from RGB is 134 - color contains mainly: blue. Hex color #110586 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110586 is #EEFA79. Grayscale: #161616. Windows color (decimal): -15661690 or 8783121. OLE color: 8783121.
HSL color Cylindrical-coordinate representation of color #110586: hue angle of 245.58º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110586 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 5 | 134 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.47 |
| HSL | 245.58º | 0.93% | 0.27% | - |
| HSV(B) | 245.58º | 0.96% | 0.53% | - |
| XYZ | 4.59 | 1.95 | 22.69 | - |
| YUV | 23.29 | 190.48 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 134 | 0.87 | 0.96 | 0 | 0.47 | 245.58 | 0.93 | 0.27 |
| Hex | 11 | 5 | 86 | 57 | 60 | 0 | 2F | F6 | 5D | 1B |
| Octal | 21 | 5 | 206 | 127 | 140 | 0 | 57 | 366 | 135 | 33 |
| Binary | 10001 | 101 | 10000110 | 1010111 | 1100000 | 0 | 101111 | 11110110 | 1011101 | 11011 |
Color Harmonies of #110586
Complementary color
Monochromatic Colors of #110586
Black with #110586
Text Example
Text Example
White with #110586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110586; }
p { color: rgb(17,5,134); }
H1.HeaderClassName
{
color: #110586;
}
.AnyTagClassName
{
color: #110586;
}
</style>
background-color css
<style>
a { background-color: #110586; }
a { background-color: rgb(17,5,134); }
div.DivClassName
{
background-color: #110586;
}
.BgClassName
{
background-color: #110586;
}
</style>
border-color css
<style>
span { border-color: #110586; }
span { border-color: rgb(17,5,134); }
td.TdClassName
{
border-color: #110586;
}
.TagClassName
{
border-color: #110586;
}
</style>