Shades of Ultramarine #111489
Tints of Ultramarine #111489
RGB
CMYK
RGB Variations
Color information
#111489 (or 0x111489) is known color: Ultramarine. HEX triplet: 11, 14 and 89. RGB value is (17,20,137). Sum of RGB (Red+Green+Blue) = 17+20+137=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 137 (53.91% from 255 or 78.74% from 174); Max value from RGB is 137 - color contains mainly: blue. Hex color #111489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111489 is #EEEB76. Grayscale: #1F1F1F. Windows color (decimal): -15657847 or 8983569. OLE color: 8983569.
HSL color Cylindrical-coordinate representation of color #111489: hue angle of 238.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111489 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 20 | 137 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.46 |
| HSL | 238.5º | 0.78% | 0.3% | - |
| HSV(B) | 238.5º | 0.88% | 0.54% | - |
| XYZ | 5 | 2.43 | 23.87 | - |
| YUV | 32.44 | 187.01 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 137 | 0.88 | 0.85 | 0 | 0.46 | 238.5 | 0.78 | 0.3 |
| Hex | 11 | 14 | 89 | 58 | 55 | 0 | 2E | EE | 4E | 1E |
| Octal | 21 | 24 | 211 | 130 | 125 | 0 | 56 | 356 | 116 | 36 |
| Binary | 10001 | 10100 | 10001001 | 1011000 | 1010101 | 0 | 101110 | 11101110 | 1001110 | 11110 |
Color Harmonies of #111489
Complementary color
Monochromatic Colors of #111489
Black with #111489
Text Example
Text Example
White with #111489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111489; }
p { color: rgb(17,20,137); }
H1.HeaderClassName
{
color: #111489;
}
.AnyTagClassName
{
color: #111489;
}
</style>
background-color css
<style>
a { background-color: #111489; }
a { background-color: rgb(17,20,137); }
div.DivClassName
{
background-color: #111489;
}
.BgClassName
{
background-color: #111489;
}
</style>
border-color css
<style>
span { border-color: #111489; }
span { border-color: rgb(17,20,137); }
td.TdClassName
{
border-color: #111489;
}
.TagClassName
{
border-color: #111489;
}
</style>