Shades of Ultramarine #111199
Tints of Ultramarine #111199
RGB
CMYK
RGB Variations
Color information
#111199 (or 0x111199) is known color: Ultramarine. HEX triplet: 11, 11 and 99. RGB value is (17,17,153). Sum of RGB (Red+Green+Blue) = 17+17+153=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #111199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111199 is #EEEE66. Grayscale: #1F1F1F. Windows color (decimal): -15658599 or 10031377. OLE color: 10031377.
HSL color Cylindrical-coordinate representation of color #111199: hue angle of 240º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111199 is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 17 | 153 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.4 |
| HSL | 240º | 0.8% | 0.33% | - |
| HSV(B) | 240º | 0.89% | 0.6% | - |
| XYZ | 6.18 | 2.82 | 30.36 | - |
| YUV | 32.5 | 196 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 153 | 0.89 | 0.89 | 0 | 0.4 | 240 | 0.8 | 0.33 |
| Hex | 11 | 11 | 99 | 59 | 59 | 0 | 28 | F0 | 50 | 21 |
| Octal | 21 | 21 | 231 | 131 | 131 | 0 | 50 | 360 | 120 | 41 |
| Binary | 10001 | 10001 | 10011001 | 1011001 | 1011001 | 0 | 101000 | 11110000 | 1010000 | 100001 |
Color Harmonies of #111199
Complementary color
Monochromatic Colors of #111199
Black with #111199
Text Example
Text Example
White with #111199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111199; }
p { color: rgb(17,17,153); }
H1.HeaderClassName
{
color: #111199;
}
.AnyTagClassName
{
color: #111199;
}
</style>
background-color css
<style>
a { background-color: #111199; }
a { background-color: rgb(17,17,153); }
div.DivClassName
{
background-color: #111199;
}
.BgClassName
{
background-color: #111199;
}
</style>
border-color css
<style>
span { border-color: #111199; }
span { border-color: rgb(17,17,153); }
td.TdClassName
{
border-color: #111199;
}
.TagClassName
{
border-color: #111199;
}
</style>