Shades of Ultramarine #110D89
Tints of Ultramarine #110D89
RGB
CMYK
RGB Variations
Color information
#110D89 (or 0x110D89) is known color: Ultramarine. HEX triplet: 11, 0D and 89. RGB value is (17,13,137). Sum of RGB (Red+Green+Blue) = 17+13+137=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 137 (53.91% from 255 or 82.04% from 167); Max value from RGB is 137 - color contains mainly: blue. Hex color #110D89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110D89 is #EEF276. Grayscale: #1B1B1B. Windows color (decimal): -15659639 or 8981777. OLE color: 8981777.
HSL color Cylindrical-coordinate representation of color #110D89: hue angle of 241.94º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110D89 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 13 | 137 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.46 |
| HSL | 241.94º | 0.83% | 0.29% | - |
| HSV(B) | 241.94º | 0.91% | 0.54% | - |
| XYZ | 4.89 | 2.21 | 23.84 | - |
| YUV | 28.33 | 189.33 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 137 | 0.88 | 0.91 | 0 | 0.46 | 241.94 | 0.83 | 0.29 |
| Hex | 11 | D | 89 | 58 | 5B | 0 | 2E | F2 | 53 | 1D |
| Octal | 21 | 15 | 211 | 130 | 133 | 0 | 56 | 362 | 123 | 35 |
| Binary | 10001 | 1101 | 10001001 | 1011000 | 1011011 | 0 | 101110 | 11110010 | 1010011 | 11101 |
Color Harmonies of #110D89
Complementary color
Monochromatic Colors of #110D89
Black with #110D89
Text Example
Text Example
White with #110D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D89; }
p { color: rgb(17,13,137); }
H1.HeaderClassName
{
color: #110D89;
}
.AnyTagClassName
{
color: #110D89;
}
</style>
background-color css
<style>
a { background-color: #110D89; }
a { background-color: rgb(17,13,137); }
div.DivClassName
{
background-color: #110D89;
}
.BgClassName
{
background-color: #110D89;
}
</style>
border-color css
<style>
span { border-color: #110D89; }
span { border-color: rgb(17,13,137); }
td.TdClassName
{
border-color: #110D89;
}
.TagClassName
{
border-color: #110D89;
}
</style>