Shades of Ultramarine #131C87
Tints of Ultramarine #131C87
RGB
CMYK
RGB Variations
Color information
#131C87 (or 0x131C87) is known color: Ultramarine. HEX triplet: 13, 1C and 87. RGB value is (19,28,135). Sum of RGB (Red+Green+Blue) = 19+28+135=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 135 (53.12% from 255 or 74.18% from 182); Max value from RGB is 135 - color contains mainly: blue. Hex color #131C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C87 is #ECE378. Grayscale: #252525. Windows color (decimal): -15524729 or 8854547. OLE color: 8854547.
HSL color Cylindrical-coordinate representation of color #131C87: hue angle of 235.34º 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 #131C87 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 28 | 135 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.47 |
| HSL | 235.34º | 0.75% | 0.3% | - |
| HSV(B) | 235.34º | 0.86% | 0.53% | - |
| XYZ | 5.06 | 2.72 | 23.18 | - |
| YUV | 37.51 | 183.02 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 135 | 0.86 | 0.79 | 0 | 0.47 | 235.34 | 0.75 | 0.3 |
| Hex | 13 | 1C | 87 | 56 | 4F | 0 | 2F | EB | 4B | 1E |
| Octal | 23 | 34 | 207 | 126 | 117 | 0 | 57 | 353 | 113 | 36 |
| Binary | 10011 | 11100 | 10000111 | 1010110 | 1001111 | 0 | 101111 | 11101011 | 1001011 | 11110 |
Color Harmonies of #131C87
Complementary color
Monochromatic Colors of #131C87
Black with #131C87
Text Example
Text Example
White with #131C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C87; }
p { color: rgb(19,28,135); }
H1.HeaderClassName
{
color: #131C87;
}
.AnyTagClassName
{
color: #131C87;
}
</style>
background-color css
<style>
a { background-color: #131C87; }
a { background-color: rgb(19,28,135); }
div.DivClassName
{
background-color: #131C87;
}
.BgClassName
{
background-color: #131C87;
}
</style>
border-color css
<style>
span { border-color: #131C87; }
span { border-color: rgb(19,28,135); }
td.TdClassName
{
border-color: #131C87;
}
.TagClassName
{
border-color: #131C87;
}
</style>