Shades of Ultramarine #110D9B
Tints of Ultramarine #110D9B
RGB
CMYK
RGB Variations
Color information
#110D9B (or 0x110D9B) is known color: Ultramarine. HEX triplet: 11, 0D and 9B. RGB value is (17,13,155). Sum of RGB (Red+Green+Blue) = 17+13+155=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #110D9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110D9B is #EEF264. Grayscale: #1D1D1D. Windows color (decimal): -15659621 or 10161425. OLE color: 10161425.
HSL color Cylindrical-coordinate representation of color #110D9B: hue angle of 241.69º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110D9B is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 13 | 155 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.39 |
| HSL | 241.69º | 0.85% | 0.33% | - |
| HSV(B) | 241.69º | 0.92% | 0.61% | - |
| XYZ | 6.29 | 2.77 | 31.21 | - |
| YUV | 30.38 | 198.33 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 155 | 0.89 | 0.92 | 0 | 0.39 | 241.69 | 0.85 | 0.33 |
| Hex | 11 | D | 9B | 59 | 5C | 0 | 27 | F2 | 55 | 21 |
| Octal | 21 | 15 | 233 | 131 | 134 | 0 | 47 | 362 | 125 | 41 |
| Binary | 10001 | 1101 | 10011011 | 1011001 | 1011100 | 0 | 100111 | 11110010 | 1010101 | 100001 |
Color Harmonies of #110D9B
Complementary color
Monochromatic Colors of #110D9B
Black with #110D9B
Text Example
Text Example
White with #110D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D9B; }
p { color: rgb(17,13,155); }
H1.HeaderClassName
{
color: #110D9B;
}
.AnyTagClassName
{
color: #110D9B;
}
</style>
background-color css
<style>
a { background-color: #110D9B; }
a { background-color: rgb(17,13,155); }
div.DivClassName
{
background-color: #110D9B;
}
.BgClassName
{
background-color: #110D9B;
}
</style>
border-color css
<style>
span { border-color: #110D9B; }
span { border-color: rgb(17,13,155); }
td.TdClassName
{
border-color: #110D9B;
}
.TagClassName
{
border-color: #110D9B;
}
</style>