Shades of Ultramarine #131986
Tints of Ultramarine #131986
RGB
CMYK
RGB Variations
Color information
#131986 (or 0x131986) is known color: Ultramarine. HEX triplet: 13, 19 and 86. RGB value is (19,25,134). Sum of RGB (Red+Green+Blue) = 19+25+134=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 134 (52.73% from 255 or 75.28% from 178); Max value from RGB is 134 - color contains mainly: blue. Hex color #131986 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131986 is #ECE679. Grayscale: #232323. Windows color (decimal): -15525498 or 8788243. OLE color: 8788243.
HSL color Cylindrical-coordinate representation of color #131986: hue angle of 236.87º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131986 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 25 | 134 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.47 |
| HSL | 236.87º | 0.75% | 0.3% | - |
| HSV(B) | 236.87º | 0.86% | 0.53% | - |
| XYZ | 4.92 | 2.55 | 22.79 | - |
| YUV | 35.63 | 183.51 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 134 | 0.86 | 0.81 | 0 | 0.47 | 236.87 | 0.75 | 0.3 |
| Hex | 13 | 19 | 86 | 56 | 51 | 0 | 2F | ED | 4B | 1E |
| Octal | 23 | 31 | 206 | 126 | 121 | 0 | 57 | 355 | 113 | 36 |
| Binary | 10011 | 11001 | 10000110 | 1010110 | 1010001 | 0 | 101111 | 11101101 | 1001011 | 11110 |
Color Harmonies of #131986
Complementary color
Monochromatic Colors of #131986
Black with #131986
Text Example
Text Example
White with #131986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131986; }
p { color: rgb(19,25,134); }
H1.HeaderClassName
{
color: #131986;
}
.AnyTagClassName
{
color: #131986;
}
</style>
background-color css
<style>
a { background-color: #131986; }
a { background-color: rgb(19,25,134); }
div.DivClassName
{
background-color: #131986;
}
.BgClassName
{
background-color: #131986;
}
</style>
border-color css
<style>
span { border-color: #131986; }
span { border-color: rgb(19,25,134); }
td.TdClassName
{
border-color: #131986;
}
.TagClassName
{
border-color: #131986;
}
</style>