Shades of Ultramarine #110E7E
Tints of Ultramarine #110E7E
RGB
CMYK
RGB Variations
Color information
#110E7E (or 0x110E7E) is known color: Ultramarine. HEX triplet: 11, 0E and 7E. RGB value is (17,14,126). Sum of RGB (Red+Green+Blue) = 17+14+126=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 126 (49.61% from 255 or 80.25% from 157); Max value from RGB is 126 - color contains mainly: blue. Hex color #110E7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110E7E is #EEF181. Grayscale: #1B1B1B. Windows color (decimal): -15659394 or 8261137. OLE color: 8261137.
HSL color Cylindrical-coordinate representation of color #110E7E: hue angle of 241.61º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110E7E is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 14 | 126 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.51 |
| HSL | 241.61º | 0.8% | 0.27% | - |
| HSV(B) | 241.61º | 0.89% | 0.49% | - |
| XYZ | 4.15 | 1.94 | 19.89 | - |
| YUV | 27.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 126 | 0.87 | 0.89 | 0 | 0.51 | 241.61 | 0.8 | 0.27 |
| Hex | 11 | E | 7E | 57 | 59 | 0 | 33 | F2 | 50 | 1B |
| Octal | 21 | 16 | 176 | 127 | 131 | 0 | 63 | 362 | 120 | 33 |
| Binary | 10001 | 1110 | 1111110 | 1010111 | 1011001 | 0 | 110011 | 11110010 | 1010000 | 11011 |
Color Harmonies of #110E7E
Complementary color
Monochromatic Colors of #110E7E
Black with #110E7E
Text Example
Text Example
White with #110E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E7E; }
p { color: rgb(17,14,126); }
H1.HeaderClassName
{
color: #110E7E;
}
.AnyTagClassName
{
color: #110E7E;
}
</style>
background-color css
<style>
a { background-color: #110E7E; }
a { background-color: rgb(17,14,126); }
div.DivClassName
{
background-color: #110E7E;
}
.BgClassName
{
background-color: #110E7E;
}
</style>
border-color css
<style>
span { border-color: #110E7E; }
span { border-color: rgb(17,14,126); }
td.TdClassName
{
border-color: #110E7E;
}
.TagClassName
{
border-color: #110E7E;
}
</style>