Shades of Ultramarine #110A8A
Tints of Ultramarine #110A8A
RGB
CMYK
RGB Variations
Color information
#110A8A (or 0x110A8A) is known color: Ultramarine. HEX triplet: 11, 0A and 8A. RGB value is (17,10,138). Sum of RGB (Red+Green+Blue) = 17+10+138=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 138 (54.30% from 255 or 83.64% from 165); Max value from RGB is 138 - color contains mainly: blue. Hex color #110A8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110A8A is #EEF575. Grayscale: #1A1A1A. Windows color (decimal): -15660406 or 9046545. OLE color: 9046545.
HSL color Cylindrical-coordinate representation of color #110A8A: hue angle of 243.28º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110A8A is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 10 | 138 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.46 |
| HSL | 243.28º | 0.86% | 0.29% | - |
| HSV(B) | 243.28º | 0.93% | 0.54% | - |
| XYZ | 4.93 | 2.17 | 24.2 | - |
| YUV | 26.69 | 190.82 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 138 | 0.88 | 0.93 | 0 | 0.46 | 243.28 | 0.86 | 0.29 |
| Hex | 11 | A | 8A | 58 | 5D | 0 | 2E | F3 | 56 | 1D |
| Octal | 21 | 12 | 212 | 130 | 135 | 0 | 56 | 363 | 126 | 35 |
| Binary | 10001 | 1010 | 10001010 | 1011000 | 1011101 | 0 | 101110 | 11110011 | 1010110 | 11101 |
Color Harmonies of #110A8A
Complementary color
Monochromatic Colors of #110A8A
Black with #110A8A
Text Example
Text Example
White with #110A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A8A; }
p { color: rgb(17,10,138); }
H1.HeaderClassName
{
color: #110A8A;
}
.AnyTagClassName
{
color: #110A8A;
}
</style>
background-color css
<style>
a { background-color: #110A8A; }
a { background-color: rgb(17,10,138); }
div.DivClassName
{
background-color: #110A8A;
}
.BgClassName
{
background-color: #110A8A;
}
</style>
border-color css
<style>
span { border-color: #110A8A; }
span { border-color: rgb(17,10,138); }
td.TdClassName
{
border-color: #110A8A;
}
.TagClassName
{
border-color: #110A8A;
}
</style>