Shades of Ultramarine #110091
Tints of Ultramarine #110091
RGB
CMYK
RGB Variations
Color information
#110091 (or 0x110091) is known color: Ultramarine. HEX triplet: 11, 00 and 91. RGB value is (17,0,145). Sum of RGB (Red+Green+Blue) = 17+0+145=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 145 (57.03% from 255 or 89.51% from 162); Max value from RGB is 145 - color contains mainly: blue. Hex color #110091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110091 is #EEFF6E. Grayscale: #151515. Windows color (decimal): -15662959 or 9502737. OLE color: 9502737.
HSL color Cylindrical-coordinate representation of color #110091: hue angle of 247.03º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110091 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 0 | 145 | - |
| CMYK | 0.88 | 1 | 0 | 0.43 |
| HSL | 247.03º | 1% | 0.28% | - |
| HSV(B) | 247.03º | 1% | 0.57% | - |
| XYZ | 5.34 | 2.16 | 26.92 | - |
| YUV | 21.61 | 197.63 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 145 | 0.88 | 1 | 0 | 0.43 | 247.03 | 1 | 0.28 |
| Hex | 11 | 0 | 91 | 58 | 64 | 0 | 2B | F7 | 64 | 1C |
| Octal | 21 | 0 | 221 | 130 | 144 | 0 | 53 | 367 | 144 | 34 |
| Binary | 10001 | 0 | 10010001 | 1011000 | 1100100 | 0 | 101011 | 11110111 | 1100100 | 11100 |
Color Harmonies of #110091
Complementary color
Monochromatic Colors of #110091
Black with #110091
Text Example
Text Example
White with #110091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110091; }
p { color: rgb(17,0,145); }
H1.HeaderClassName
{
color: #110091;
}
.AnyTagClassName
{
color: #110091;
}
</style>
background-color css
<style>
a { background-color: #110091; }
a { background-color: rgb(17,0,145); }
div.DivClassName
{
background-color: #110091;
}
.BgClassName
{
background-color: #110091;
}
</style>
border-color css
<style>
span { border-color: #110091; }
span { border-color: rgb(17,0,145); }
td.TdClassName
{
border-color: #110091;
}
.TagClassName
{
border-color: #110091;
}
</style>