Shades of Ultramarine #110085
Tints of Ultramarine #110085
RGB
CMYK
RGB Variations
Color information
#110085 (or 0x110085) is known color: Ultramarine. HEX triplet: 11, 00 and 85. RGB value is (17,0,133). Sum of RGB (Red+Green+Blue) = 17+0+133=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 133 (52.34% from 255 or 88.67% from 150); Max value from RGB is 133 - color contains mainly: blue. Hex color #110085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110085 is #EEFF7A. Grayscale: #131313. Windows color (decimal): -15662971 or 8716305. OLE color: 8716305.
HSL color Cylindrical-coordinate representation of color #110085: hue angle of 247.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110085 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 0 | 133 | - |
| CMYK | 0.87 | 1 | 0 | 0.48 |
| HSL | 247.67º | 1% | 0.26% | - |
| HSV(B) | 247.67º | 1% | 0.52% | - |
| XYZ | 4.46 | 1.81 | 22.3 | - |
| YUV | 20.25 | 191.63 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 133 | 0.87 | 1 | 0 | 0.48 | 247.67 | 1 | 0.26 |
| Hex | 11 | 0 | 85 | 57 | 64 | 0 | 30 | F8 | 64 | 1A |
| Octal | 21 | 0 | 205 | 127 | 144 | 0 | 60 | 370 | 144 | 32 |
| Binary | 10001 | 0 | 10000101 | 1010111 | 1100100 | 0 | 110000 | 11111000 | 1100100 | 11010 |
Color Harmonies of #110085
Complementary color
Monochromatic Colors of #110085
Black with #110085
Text Example
Text Example
White with #110085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110085; }
p { color: rgb(17,0,133); }
H1.HeaderClassName
{
color: #110085;
}
.AnyTagClassName
{
color: #110085;
}
</style>
background-color css
<style>
a { background-color: #110085; }
a { background-color: rgb(17,0,133); }
div.DivClassName
{
background-color: #110085;
}
.BgClassName
{
background-color: #110085;
}
</style>
border-color css
<style>
span { border-color: #110085; }
span { border-color: rgb(17,0,133); }
td.TdClassName
{
border-color: #110085;
}
.TagClassName
{
border-color: #110085;
}
</style>