Shades of Ultramarine #110E8E
Tints of Ultramarine #110E8E
RGB
CMYK
RGB Variations
Color information
#110E8E (or 0x110E8E) is known color: Ultramarine. HEX triplet: 11, 0E and 8E. RGB value is (17,14,142). Sum of RGB (Red+Green+Blue) = 17+14+142=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 142 (55.86% from 255 or 82.08% from 173); Max value from RGB is 142 - color contains mainly: blue. Hex color #110E8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110E8E is #EEF171. Grayscale: #1C1C1C. Windows color (decimal): -15659378 or 9309713. OLE color: 9309713.
HSL color Cylindrical-coordinate representation of color #110E8E: hue angle of 241.41º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110E8E is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 14 | 142 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.44 |
| HSL | 241.41º | 0.82% | 0.31% | - |
| HSV(B) | 241.41º | 0.9% | 0.56% | - |
| XYZ | 5.27 | 2.39 | 25.77 | - |
| YUV | 29.49 | 191.49 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 142 | 0.88 | 0.90 | 0 | 0.44 | 241.41 | 0.82 | 0.31 |
| Hex | 11 | E | 8E | 58 | 5A | 0 | 2C | F1 | 52 | 1F |
| Octal | 21 | 16 | 216 | 130 | 132 | 0 | 54 | 361 | 122 | 37 |
| Binary | 10001 | 1110 | 10001110 | 1011000 | 1011010 | 0 | 101100 | 11110001 | 1010010 | 11111 |
Color Harmonies of #110E8E
Complementary color
Monochromatic Colors of #110E8E
Black with #110E8E
Text Example
Text Example
White with #110E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E8E; }
p { color: rgb(17,14,142); }
H1.HeaderClassName
{
color: #110E8E;
}
.AnyTagClassName
{
color: #110E8E;
}
</style>
background-color css
<style>
a { background-color: #110E8E; }
a { background-color: rgb(17,14,142); }
div.DivClassName
{
background-color: #110E8E;
}
.BgClassName
{
background-color: #110E8E;
}
</style>
border-color css
<style>
span { border-color: #110E8E; }
span { border-color: rgb(17,14,142); }
td.TdClassName
{
border-color: #110E8E;
}
.TagClassName
{
border-color: #110E8E;
}
</style>