Shades of Ultramarine #110D96
Tints of Ultramarine #110D96
RGB
CMYK
RGB Variations
Color information
#110D96 (or 0x110D96) is known color: Ultramarine. HEX triplet: 11, 0D and 96. RGB value is (17,13,150). Sum of RGB (Red+Green+Blue) = 17+13+150=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 150 (58.98% from 255 or 83.33% from 180); Max value from RGB is 150 - color contains mainly: blue. Hex color #110D96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110D96 is #EEF269. Grayscale: #1D1D1D. Windows color (decimal): -15659626 or 9833745. OLE color: 9833745.
HSL color Cylindrical-coordinate representation of color #110D96: hue angle of 241.75º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110D96 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 13 | 150 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.41 |
| HSL | 241.75º | 0.84% | 0.32% | - |
| HSV(B) | 241.75º | 0.91% | 0.59% | - |
| XYZ | 5.88 | 2.61 | 29.05 | - |
| YUV | 29.81 | 195.83 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 150 | 0.89 | 0.91 | 0 | 0.41 | 241.75 | 0.84 | 0.32 |
| Hex | 11 | D | 96 | 59 | 5B | 0 | 29 | F2 | 54 | 20 |
| Octal | 21 | 15 | 226 | 131 | 133 | 0 | 51 | 362 | 124 | 40 |
| Binary | 10001 | 1101 | 10010110 | 1011001 | 1011011 | 0 | 101001 | 11110010 | 1010100 | 100000 |
Color Harmonies of #110D96
Complementary color
Monochromatic Colors of #110D96
Black with #110D96
Text Example
Text Example
White with #110D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D96; }
p { color: rgb(17,13,150); }
H1.HeaderClassName
{
color: #110D96;
}
.AnyTagClassName
{
color: #110D96;
}
</style>
background-color css
<style>
a { background-color: #110D96; }
a { background-color: rgb(17,13,150); }
div.DivClassName
{
background-color: #110D96;
}
.BgClassName
{
background-color: #110D96;
}
</style>
border-color css
<style>
span { border-color: #110D96; }
span { border-color: rgb(17,13,150); }
td.TdClassName
{
border-color: #110D96;
}
.TagClassName
{
border-color: #110D96;
}
</style>