Shades of Ultramarine #131189
Tints of Ultramarine #131189
RGB
CMYK
RGB Variations
Color information
#131189 (or 0x131189) is known color: Ultramarine. HEX triplet: 13, 11 and 89. RGB value is (19,17,137). Sum of RGB (Red+Green+Blue) = 19+17+137=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 137 (53.91% from 255 or 79.19% from 173); Max value from RGB is 137 - color contains mainly: blue. Hex color #131189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131189 is #ECEE76. Grayscale: #1E1E1E. Windows color (decimal): -15527543 or 8982803. OLE color: 8982803.
HSL color Cylindrical-coordinate representation of color #131189: hue angle of 241º 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 #131189 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 17 | 137 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.46 |
| HSL | 241º | 0.78% | 0.3% | - |
| HSV(B) | 241º | 0.88% | 0.54% | - |
| XYZ | 4.98 | 2.35 | 23.86 | - |
| YUV | 31.28 | 187.66 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 137 | 0.86 | 0.88 | 0 | 0.46 | 241 | 0.78 | 0.3 |
| Hex | 13 | 11 | 89 | 56 | 58 | 0 | 2E | F1 | 4E | 1E |
| Octal | 23 | 21 | 211 | 126 | 130 | 0 | 56 | 361 | 116 | 36 |
| Binary | 10011 | 10001 | 10001001 | 1010110 | 1011000 | 0 | 101110 | 11110001 | 1001110 | 11110 |
Color Harmonies of #131189
Complementary color
Monochromatic Colors of #131189
Black with #131189
Text Example
Text Example
White with #131189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131189; }
p { color: rgb(19,17,137); }
H1.HeaderClassName
{
color: #131189;
}
.AnyTagClassName
{
color: #131189;
}
</style>
background-color css
<style>
a { background-color: #131189; }
a { background-color: rgb(19,17,137); }
div.DivClassName
{
background-color: #131189;
}
.BgClassName
{
background-color: #131189;
}
</style>
border-color css
<style>
span { border-color: #131189; }
span { border-color: rgb(19,17,137); }
td.TdClassName
{
border-color: #131189;
}
.TagClassName
{
border-color: #131189;
}
</style>