Shades of Ultramarine #131389
Tints of Ultramarine #131389
RGB
CMYK
RGB Variations
Color information
#131389 (or 0x131389) is known color: Ultramarine. HEX triplet: 13, 13 and 89. RGB value is (19,19,137). Sum of RGB (Red+Green+Blue) = 19+19+137=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 137 (53.91% from 255 or 78.29% from 175); Max value from RGB is 137 - color contains mainly: blue. Hex color #131389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131389 is #ECEC76. Grayscale: #1F1F1F. Windows color (decimal): -15527031 or 8983315. OLE color: 8983315.
HSL color Cylindrical-coordinate representation of color #131389: hue angle of 240º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131389 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 19 | 137 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.46 |
| HSL | 240º | 0.76% | 0.31% | - |
| HSV(B) | 240º | 0.86% | 0.54% | - |
| XYZ | 5.02 | 2.41 | 23.87 | - |
| YUV | 32.45 | 187 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 137 | 0.86 | 0.86 | 0 | 0.46 | 240 | 0.76 | 0.31 |
| Hex | 13 | 13 | 89 | 56 | 56 | 0 | 2E | F0 | 4C | 1F |
| Octal | 23 | 23 | 211 | 126 | 126 | 0 | 56 | 360 | 114 | 37 |
| Binary | 10011 | 10011 | 10001001 | 1010110 | 1010110 | 0 | 101110 | 11110000 | 1001100 | 11111 |
Color Harmonies of #131389
Complementary color
Monochromatic Colors of #131389
Black with #131389
Text Example
Text Example
White with #131389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131389; }
p { color: rgb(19,19,137); }
H1.HeaderClassName
{
color: #131389;
}
.AnyTagClassName
{
color: #131389;
}
</style>
background-color css
<style>
a { background-color: #131389; }
a { background-color: rgb(19,19,137); }
div.DivClassName
{
background-color: #131389;
}
.BgClassName
{
background-color: #131389;
}
</style>
border-color css
<style>
span { border-color: #131389; }
span { border-color: rgb(19,19,137); }
td.TdClassName
{
border-color: #131389;
}
.TagClassName
{
border-color: #131389;
}
</style>