Shades of Ultramarine #110086
Tints of Ultramarine #110086
RGB
CMYK
RGB Variations
Color information
#110086 (or 0x110086) is known color: Ultramarine. HEX triplet: 11, 00 and 86. RGB value is (17,0,134). Sum of RGB (Red+Green+Blue) = 17+0+134=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 134 (52.73% from 255 or 88.74% from 151); Max value from RGB is 134 - color contains mainly: blue. Hex color #110086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110086 is #EEFF79. Grayscale: #131313. Windows color (decimal): -15662970 or 8781841. OLE color: 8781841.
HSL color Cylindrical-coordinate representation of color #110086: hue angle of 247.61º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110086 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 0 | 134 | - |
| CMYK | 0.87 | 1 | 0 | 0.47 |
| HSL | 247.61º | 1% | 0.26% | - |
| HSV(B) | 247.61º | 1% | 0.53% | - |
| XYZ | 4.53 | 1.84 | 22.67 | - |
| YUV | 20.36 | 192.13 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 134 | 0.87 | 1 | 0 | 0.47 | 247.61 | 1 | 0.26 |
| Hex | 11 | 0 | 86 | 57 | 64 | 0 | 2F | F8 | 64 | 1A |
| Octal | 21 | 0 | 206 | 127 | 144 | 0 | 57 | 370 | 144 | 32 |
| Binary | 10001 | 0 | 10000110 | 1010111 | 1100100 | 0 | 101111 | 11111000 | 1100100 | 11010 |
Color Harmonies of #110086
Complementary color
Monochromatic Colors of #110086
Black with #110086
Text Example
Text Example
White with #110086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110086; }
p { color: rgb(17,0,134); }
H1.HeaderClassName
{
color: #110086;
}
.AnyTagClassName
{
color: #110086;
}
</style>
background-color css
<style>
a { background-color: #110086; }
a { background-color: rgb(17,0,134); }
div.DivClassName
{
background-color: #110086;
}
.BgClassName
{
background-color: #110086;
}
</style>
border-color css
<style>
span { border-color: #110086; }
span { border-color: rgb(17,0,134); }
td.TdClassName
{
border-color: #110086;
}
.TagClassName
{
border-color: #110086;
}
</style>