Shades of Ultramarine #110E8D
Tints of Ultramarine #110E8D
RGB
CMYK
RGB Variations
Color information
#110E8D (or 0x110E8D) is known color: Ultramarine. HEX triplet: 11, 0E and 8D. RGB value is (17,14,141). Sum of RGB (Red+Green+Blue) = 17+14+141=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 141 (55.47% from 255 or 81.98% from 172); Max value from RGB is 141 - color contains mainly: blue. Hex color #110E8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110E8D is #EEF172. Grayscale: #1C1C1C. Windows color (decimal): -15659379 or 9244177. OLE color: 9244177.
HSL color Cylindrical-coordinate representation of color #110E8D: hue angle of 241.42º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110E8D is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 14 | 141 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.45 |
| HSL | 241.42º | 0.82% | 0.3% | - |
| HSV(B) | 241.42º | 0.9% | 0.55% | - |
| XYZ | 5.2 | 2.36 | 25.38 | - |
| YUV | 29.38 | 190.99 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 141 | 0.88 | 0.90 | 0 | 0.45 | 241.42 | 0.82 | 0.3 |
| Hex | 11 | E | 8D | 58 | 5A | 0 | 2D | F1 | 52 | 1E |
| Octal | 21 | 16 | 215 | 130 | 132 | 0 | 55 | 361 | 122 | 36 |
| Binary | 10001 | 1110 | 10001101 | 1011000 | 1011010 | 0 | 101101 | 11110001 | 1010010 | 11110 |
Color Harmonies of #110E8D
Complementary color
Monochromatic Colors of #110E8D
Black with #110E8D
Text Example
Text Example
White with #110E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E8D; }
p { color: rgb(17,14,141); }
H1.HeaderClassName
{
color: #110E8D;
}
.AnyTagClassName
{
color: #110E8D;
}
</style>
background-color css
<style>
a { background-color: #110E8D; }
a { background-color: rgb(17,14,141); }
div.DivClassName
{
background-color: #110E8D;
}
.BgClassName
{
background-color: #110E8D;
}
</style>
border-color css
<style>
span { border-color: #110E8D; }
span { border-color: rgb(17,14,141); }
td.TdClassName
{
border-color: #110E8D;
}
.TagClassName
{
border-color: #110E8D;
}
</style>