Shades of Ultramarine #110185
Tints of Ultramarine #110185
RGB
CMYK
RGB Variations
Color information
#110185 (or 0x110185) is known color: Ultramarine. HEX triplet: 11, 01 and 85. RGB value is (17,1,133). Sum of RGB (Red+Green+Blue) = 17+1+133=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 133 (52.34% from 255 or 88.08% from 151); Max value from RGB is 133 - color contains mainly: blue. Hex color #110185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110185 is #EEFE7A. Grayscale: #141414. Windows color (decimal): -15662715 or 8716561. OLE color: 8716561.
HSL color Cylindrical-coordinate representation of color #110185: hue angle of 247.27º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #110185 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 1 | 133 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.48 |
| HSL | 247.27º | 0.99% | 0.26% | - |
| HSV(B) | 247.27º | 0.99% | 0.52% | - |
| XYZ | 4.48 | 1.83 | 22.31 | - |
| YUV | 20.83 | 191.3 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 133 | 0.87 | 0.99 | 0 | 0.48 | 247.27 | 0.99 | 0.26 |
| Hex | 11 | 1 | 85 | 57 | 63 | 0 | 30 | F7 | 63 | 1A |
| Octal | 21 | 1 | 205 | 127 | 143 | 0 | 60 | 367 | 143 | 32 |
| Binary | 10001 | 1 | 10000101 | 1010111 | 1100011 | 0 | 110000 | 11110111 | 1100011 | 11010 |
Color Harmonies of #110185
Complementary color
Monochromatic Colors of #110185
Black with #110185
Text Example
Text Example
White with #110185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110185; }
p { color: rgb(17,1,133); }
H1.HeaderClassName
{
color: #110185;
}
.AnyTagClassName
{
color: #110185;
}
</style>
background-color css
<style>
a { background-color: #110185; }
a { background-color: rgb(17,1,133); }
div.DivClassName
{
background-color: #110185;
}
.BgClassName
{
background-color: #110185;
}
</style>
border-color css
<style>
span { border-color: #110185; }
span { border-color: rgb(17,1,133); }
td.TdClassName
{
border-color: #110185;
}
.TagClassName
{
border-color: #110185;
}
</style>