Shades of Ultramarine #110D84
Tints of Ultramarine #110D84
RGB
CMYK
RGB Variations
Color information
#110D84 (or 0x110D84) is known color: Ultramarine. HEX triplet: 11, 0D and 84. RGB value is (17,13,132). Sum of RGB (Red+Green+Blue) = 17+13+132=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 132 (51.95% from 255 or 81.48% from 162); Max value from RGB is 132 - color contains mainly: blue. Hex color #110D84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110D84 is #EEF27B. Grayscale: #1B1B1B. Windows color (decimal): -15659644 or 8654097. OLE color: 8654097.
HSL color Cylindrical-coordinate representation of color #110D84: hue angle of 242.02º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110D84 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 13 | 132 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.48 |
| HSL | 242.02º | 0.82% | 0.28% | - |
| HSV(B) | 242.02º | 0.9% | 0.52% | - |
| XYZ | 4.54 | 2.07 | 21.99 | - |
| YUV | 27.76 | 186.83 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 132 | 0.87 | 0.90 | 0 | 0.48 | 242.02 | 0.82 | 0.28 |
| Hex | 11 | D | 84 | 57 | 5A | 0 | 30 | F2 | 52 | 1C |
| Octal | 21 | 15 | 204 | 127 | 132 | 0 | 60 | 362 | 122 | 34 |
| Binary | 10001 | 1101 | 10000100 | 1010111 | 1011010 | 0 | 110000 | 11110010 | 1010010 | 11100 |
Color Harmonies of #110D84
Complementary color
Monochromatic Colors of #110D84
Black with #110D84
Text Example
Text Example
White with #110D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D84; }
p { color: rgb(17,13,132); }
H1.HeaderClassName
{
color: #110D84;
}
.AnyTagClassName
{
color: #110D84;
}
</style>
background-color css
<style>
a { background-color: #110D84; }
a { background-color: rgb(17,13,132); }
div.DivClassName
{
background-color: #110D84;
}
.BgClassName
{
background-color: #110D84;
}
</style>
border-color css
<style>
span { border-color: #110D84; }
span { border-color: rgb(17,13,132); }
td.TdClassName
{
border-color: #110D84;
}
.TagClassName
{
border-color: #110D84;
}
</style>