Shades of Ultramarine #110D9D
Tints of Ultramarine #110D9D
RGB
CMYK
RGB Variations
Color information
#110D9D (or 0x110D9D) is known color: Ultramarine. HEX triplet: 11, 0D and 9D. RGB value is (17,13,157). Sum of RGB (Red+Green+Blue) = 17+13+157=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 157 (61.72% from 255 or 83.96% from 187); Max value from RGB is 157 - color contains mainly: blue. Hex color #110D9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110D9D is #EEF262. Grayscale: #1E1E1E. Windows color (decimal): -15659619 or 10292497. OLE color: 10292497.
HSL color Cylindrical-coordinate representation of color #110D9D: hue angle of 241.67º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110D9D is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 13 | 157 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.38 |
| HSL | 241.67º | 0.85% | 0.33% | - |
| HSV(B) | 241.67º | 0.92% | 0.62% | - |
| XYZ | 6.46 | 2.84 | 32.11 | - |
| YUV | 30.61 | 199.33 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 157 | 0.89 | 0.92 | 0 | 0.38 | 241.67 | 0.85 | 0.33 |
| Hex | 11 | D | 9D | 59 | 5C | 0 | 26 | F2 | 55 | 21 |
| Octal | 21 | 15 | 235 | 131 | 134 | 0 | 46 | 362 | 125 | 41 |
| Binary | 10001 | 1101 | 10011101 | 1011001 | 1011100 | 0 | 100110 | 11110010 | 1010101 | 100001 |
Color Harmonies of #110D9D
Complementary color
Monochromatic Colors of #110D9D
Black with #110D9D
Text Example
Text Example
White with #110D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D9D; }
p { color: rgb(17,13,157); }
H1.HeaderClassName
{
color: #110D9D;
}
.AnyTagClassName
{
color: #110D9D;
}
</style>
background-color css
<style>
a { background-color: #110D9D; }
a { background-color: rgb(17,13,157); }
div.DivClassName
{
background-color: #110D9D;
}
.BgClassName
{
background-color: #110D9D;
}
</style>
border-color css
<style>
span { border-color: #110D9D; }
span { border-color: rgb(17,13,157); }
td.TdClassName
{
border-color: #110D9D;
}
.TagClassName
{
border-color: #110D9D;
}
</style>