Shades of Ultramarine #110B86
Tints of Ultramarine #110B86
RGB
CMYK
RGB Variations
Color information
#110B86 (or 0x110B86) is known color: Ultramarine. HEX triplet: 11, 0B and 86. RGB value is (17,11,134). Sum of RGB (Red+Green+Blue) = 17+11+134=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 134 (52.73% from 255 or 82.72% from 162); Max value from RGB is 134 - color contains mainly: blue. Hex color #110B86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110B86 is #EEF479. Grayscale: #1A1A1A. Windows color (decimal): -15660154 or 8784657. OLE color: 8784657.
HSL color Cylindrical-coordinate representation of color #110B86: hue angle of 242.93º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110B86 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 11 | 134 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.47 |
| HSL | 242.93º | 0.85% | 0.28% | - |
| HSV(B) | 242.93º | 0.92% | 0.53% | - |
| XYZ | 4.65 | 2.08 | 22.71 | - |
| YUV | 26.82 | 188.49 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 134 | 0.87 | 0.92 | 0 | 0.47 | 242.93 | 0.85 | 0.28 |
| Hex | 11 | B | 86 | 57 | 5C | 0 | 2F | F3 | 55 | 1C |
| Octal | 21 | 13 | 206 | 127 | 134 | 0 | 57 | 363 | 125 | 34 |
| Binary | 10001 | 1011 | 10000110 | 1010111 | 1011100 | 0 | 101111 | 11110011 | 1010101 | 11100 |
Color Harmonies of #110B86
Complementary color
Monochromatic Colors of #110B86
Black with #110B86
Text Example
Text Example
White with #110B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B86; }
p { color: rgb(17,11,134); }
H1.HeaderClassName
{
color: #110B86;
}
.AnyTagClassName
{
color: #110B86;
}
</style>
background-color css
<style>
a { background-color: #110B86; }
a { background-color: rgb(17,11,134); }
div.DivClassName
{
background-color: #110B86;
}
.BgClassName
{
background-color: #110B86;
}
</style>
border-color css
<style>
span { border-color: #110B86; }
span { border-color: rgb(17,11,134); }
td.TdClassName
{
border-color: #110B86;
}
.TagClassName
{
border-color: #110B86;
}
</style>