Shades of Ultramarine #110D83
Tints of Ultramarine #110D83
RGB
CMYK
RGB Variations
Color information
#110D83 (or 0x110D83) is known color: Ultramarine. HEX triplet: 11, 0D and 83. RGB value is (17,13,131). Sum of RGB (Red+Green+Blue) = 17+13+131=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 131 (51.56% from 255 or 81.37% from 161); Max value from RGB is 131 - color contains mainly: blue. Hex color #110D83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110D83 is #EEF27C. Grayscale: #1B1B1B. Windows color (decimal): -15659645 or 8588561. OLE color: 8588561.
HSL color Cylindrical-coordinate representation of color #110D83: hue angle of 242.03º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110D83 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 13 | 131 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.49 |
| HSL | 242.03º | 0.82% | 0.28% | - |
| HSV(B) | 242.03º | 0.9% | 0.51% | - |
| XYZ | 4.47 | 2.05 | 21.63 | - |
| YUV | 27.65 | 186.33 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 131 | 0.87 | 0.90 | 0 | 0.49 | 242.03 | 0.82 | 0.28 |
| Hex | 11 | D | 83 | 57 | 5A | 0 | 31 | F2 | 52 | 1C |
| Octal | 21 | 15 | 203 | 127 | 132 | 0 | 61 | 362 | 122 | 34 |
| Binary | 10001 | 1101 | 10000011 | 1010111 | 1011010 | 0 | 110001 | 11110010 | 1010010 | 11100 |
Color Harmonies of #110D83
Complementary color
Monochromatic Colors of #110D83
Black with #110D83
Text Example
Text Example
White with #110D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D83; }
p { color: rgb(17,13,131); }
H1.HeaderClassName
{
color: #110D83;
}
.AnyTagClassName
{
color: #110D83;
}
</style>
background-color css
<style>
a { background-color: #110D83; }
a { background-color: rgb(17,13,131); }
div.DivClassName
{
background-color: #110D83;
}
.BgClassName
{
background-color: #110D83;
}
</style>
border-color css
<style>
span { border-color: #110D83; }
span { border-color: rgb(17,13,131); }
td.TdClassName
{
border-color: #110D83;
}
.TagClassName
{
border-color: #110D83;
}
</style>