Shades of Ultramarine #131A87
Tints of Ultramarine #131A87
RGB
CMYK
RGB Variations
Color information
#131A87 (or 0x131A87) is known color: Ultramarine. HEX triplet: 13, 1A and 87. RGB value is (19,26,135). Sum of RGB (Red+Green+Blue) = 19+26+135=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 135 (53.12% from 255 or 75% from 180); Max value from RGB is 135 - color contains mainly: blue. Hex color #131A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131A87 is #ECE578. Grayscale: #232323. Windows color (decimal): -15525241 or 8854035. OLE color: 8854035.
HSL color Cylindrical-coordinate representation of color #131A87: hue angle of 236.38º 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 #131A87 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 26 | 135 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.47 |
| HSL | 236.38º | 0.75% | 0.3% | - |
| HSV(B) | 236.38º | 0.86% | 0.53% | - |
| XYZ | 5.01 | 2.63 | 23.16 | - |
| YUV | 36.33 | 183.68 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 135 | 0.86 | 0.81 | 0 | 0.47 | 236.38 | 0.75 | 0.3 |
| Hex | 13 | 1A | 87 | 56 | 51 | 0 | 2F | EC | 4B | 1E |
| Octal | 23 | 32 | 207 | 126 | 121 | 0 | 57 | 354 | 113 | 36 |
| Binary | 10011 | 11010 | 10000111 | 1010110 | 1010001 | 0 | 101111 | 11101100 | 1001011 | 11110 |
Color Harmonies of #131A87
Complementary color
Monochromatic Colors of #131A87
Black with #131A87
Text Example
Text Example
White with #131A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A87; }
p { color: rgb(19,26,135); }
H1.HeaderClassName
{
color: #131A87;
}
.AnyTagClassName
{
color: #131A87;
}
</style>
background-color css
<style>
a { background-color: #131A87; }
a { background-color: rgb(19,26,135); }
div.DivClassName
{
background-color: #131A87;
}
.BgClassName
{
background-color: #131A87;
}
</style>
border-color css
<style>
span { border-color: #131A87; }
span { border-color: rgb(19,26,135); }
td.TdClassName
{
border-color: #131A87;
}
.TagClassName
{
border-color: #131A87;
}
</style>