Shades of Ultramarine #110D99
Tints of Ultramarine #110D99
RGB
CMYK
RGB Variations
Color information
#110D99 (or 0x110D99) is known color: Ultramarine. HEX triplet: 11, 0D and 99. RGB value is (17,13,153). Sum of RGB (Red+Green+Blue) = 17+13+153=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 153 (60.16% from 255 or 83.61% from 183); Max value from RGB is 153 - color contains mainly: blue. Hex color #110D99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110D99 is #EEF266. Grayscale: #1D1D1D. Windows color (decimal): -15659623 or 10030353. OLE color: 10030353.
HSL color Cylindrical-coordinate representation of color #110D99: hue angle of 241.71º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110D99 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 13 | 153 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.4 |
| HSL | 241.71º | 0.84% | 0.33% | - |
| HSV(B) | 241.71º | 0.92% | 0.6% | - |
| XYZ | 6.12 | 2.71 | 30.34 | - |
| YUV | 30.16 | 197.33 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 153 | 0.89 | 0.92 | 0 | 0.4 | 241.71 | 0.84 | 0.33 |
| Hex | 11 | D | 99 | 59 | 5C | 0 | 28 | F2 | 54 | 21 |
| Octal | 21 | 15 | 231 | 131 | 134 | 0 | 50 | 362 | 124 | 41 |
| Binary | 10001 | 1101 | 10011001 | 1011001 | 1011100 | 0 | 101000 | 11110010 | 1010100 | 100001 |
Color Harmonies of #110D99
Complementary color
Monochromatic Colors of #110D99
Black with #110D99
Text Example
Text Example
White with #110D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D99; }
p { color: rgb(17,13,153); }
H1.HeaderClassName
{
color: #110D99;
}
.AnyTagClassName
{
color: #110D99;
}
</style>
background-color css
<style>
a { background-color: #110D99; }
a { background-color: rgb(17,13,153); }
div.DivClassName
{
background-color: #110D99;
}
.BgClassName
{
background-color: #110D99;
}
</style>
border-color css
<style>
span { border-color: #110D99; }
span { border-color: rgb(17,13,153); }
td.TdClassName
{
border-color: #110D99;
}
.TagClassName
{
border-color: #110D99;
}
</style>