Shades of Ultramarine #111191
Tints of Ultramarine #111191
RGB
CMYK
RGB Variations
Color information
#111191 (or 0x111191) is known color: Ultramarine. HEX triplet: 11, 11 and 91. RGB value is (17,17,145). Sum of RGB (Red+Green+Blue) = 17+17+145=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 145 (57.03% from 255 or 81.01% from 179); Max value from RGB is 145 - color contains mainly: blue. Hex color #111191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111191 is #EEEE6E. Grayscale: #1F1F1F. Windows color (decimal): -15658607 or 9507089. OLE color: 9507089.
HSL color Cylindrical-coordinate representation of color #111191: hue angle of 240º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111191 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 17 | 145 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.43 |
| HSL | 240º | 0.79% | 0.32% | - |
| HSV(B) | 240º | 0.88% | 0.57% | - |
| XYZ | 5.54 | 2.56 | 26.99 | - |
| YUV | 31.59 | 192 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 145 | 0.88 | 0.88 | 0 | 0.43 | 240 | 0.79 | 0.32 |
| Hex | 11 | 11 | 91 | 58 | 58 | 0 | 2B | F0 | 4F | 20 |
| Octal | 21 | 21 | 221 | 130 | 130 | 0 | 53 | 360 | 117 | 40 |
| Binary | 10001 | 10001 | 10010001 | 1011000 | 1011000 | 0 | 101011 | 11110000 | 1001111 | 100000 |
Color Harmonies of #111191
Complementary color
Monochromatic Colors of #111191
Black with #111191
Text Example
Text Example
White with #111191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111191; }
p { color: rgb(17,17,145); }
H1.HeaderClassName
{
color: #111191;
}
.AnyTagClassName
{
color: #111191;
}
</style>
background-color css
<style>
a { background-color: #111191; }
a { background-color: rgb(17,17,145); }
div.DivClassName
{
background-color: #111191;
}
.BgClassName
{
background-color: #111191;
}
</style>
border-color css
<style>
span { border-color: #111191; }
span { border-color: rgb(17,17,145); }
td.TdClassName
{
border-color: #111191;
}
.TagClassName
{
border-color: #111191;
}
</style>