Shades of Ultramarine #110D98
Tints of Ultramarine #110D98
RGB
CMYK
RGB Variations
Color information
#110D98 (or 0x110D98) is known color: Ultramarine. HEX triplet: 11, 0D and 98. RGB value is (17,13,152). Sum of RGB (Red+Green+Blue) = 17+13+152=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 152 (59.77% from 255 or 83.52% from 182); Max value from RGB is 152 - color contains mainly: blue. Hex color #110D98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110D98 is #EEF267. Grayscale: #1D1D1D. Windows color (decimal): -15659624 or 9964817. OLE color: 9964817.
HSL color Cylindrical-coordinate representation of color #110D98: hue angle of 241.73º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110D98 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 13 | 152 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.40 |
| HSL | 241.73º | 0.84% | 0.32% | - |
| HSV(B) | 241.73º | 0.91% | 0.6% | - |
| XYZ | 6.04 | 2.67 | 29.9 | - |
| YUV | 30.04 | 196.83 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 152 | 0.89 | 0.91 | 0 | 0.40 | 241.73 | 0.84 | 0.32 |
| Hex | 11 | D | 98 | 59 | 5B | 0 | 28 | F2 | 54 | 20 |
| Octal | 21 | 15 | 230 | 131 | 133 | 0 | 50 | 362 | 124 | 40 |
| Binary | 10001 | 1101 | 10011000 | 1011001 | 1011011 | 0 | 101000 | 11110010 | 1010100 | 100000 |
Color Harmonies of #110D98
Complementary color
Monochromatic Colors of #110D98
Black with #110D98
Text Example
Text Example
White with #110D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D98; }
p { color: rgb(17,13,152); }
H1.HeaderClassName
{
color: #110D98;
}
.AnyTagClassName
{
color: #110D98;
}
</style>
background-color css
<style>
a { background-color: #110D98; }
a { background-color: rgb(17,13,152); }
div.DivClassName
{
background-color: #110D98;
}
.BgClassName
{
background-color: #110D98;
}
</style>
border-color css
<style>
span { border-color: #110D98; }
span { border-color: rgb(17,13,152); }
td.TdClassName
{
border-color: #110D98;
}
.TagClassName
{
border-color: #110D98;
}
</style>