Shades of Ultramarine #110E85
Tints of Ultramarine #110E85
RGB
CMYK
RGB Variations
Color information
#110E85 (or 0x110E85) is known color: Ultramarine. HEX triplet: 11, 0E and 85. RGB value is (17,14,133). Sum of RGB (Red+Green+Blue) = 17+14+133=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 133 (52.34% from 255 or 81.10% from 164); Max value from RGB is 133 - color contains mainly: blue. Hex color #110E85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110E85 is #EEF17A. Grayscale: #1B1B1B. Windows color (decimal): -15659387 or 8719889. OLE color: 8719889.
HSL color Cylindrical-coordinate representation of color #110E85: hue angle of 241.51º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110E85 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 14 | 133 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.48 |
| HSL | 241.51º | 0.81% | 0.29% | - |
| HSV(B) | 241.51º | 0.89% | 0.52% | - |
| XYZ | 4.62 | 2.13 | 22.36 | - |
| YUV | 28.46 | 186.99 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 133 | 0.87 | 0.89 | 0 | 0.48 | 241.51 | 0.81 | 0.29 |
| Hex | 11 | E | 85 | 57 | 59 | 0 | 30 | F2 | 51 | 1D |
| Octal | 21 | 16 | 205 | 127 | 131 | 0 | 60 | 362 | 121 | 35 |
| Binary | 10001 | 1110 | 10000101 | 1010111 | 1011001 | 0 | 110000 | 11110010 | 1010001 | 11101 |
Color Harmonies of #110E85
Complementary color
Monochromatic Colors of #110E85
Black with #110E85
Text Example
Text Example
White with #110E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E85; }
p { color: rgb(17,14,133); }
H1.HeaderClassName
{
color: #110E85;
}
.AnyTagClassName
{
color: #110E85;
}
</style>
background-color css
<style>
a { background-color: #110E85; }
a { background-color: rgb(17,14,133); }
div.DivClassName
{
background-color: #110E85;
}
.BgClassName
{
background-color: #110E85;
}
</style>
border-color css
<style>
span { border-color: #110E85; }
span { border-color: rgb(17,14,133); }
td.TdClassName
{
border-color: #110E85;
}
.TagClassName
{
border-color: #110E85;
}
</style>