Shades of Ultramarine #131787
Tints of Ultramarine #131787
RGB
CMYK
RGB Variations
Color information
#131787 (or 0x131787) is known color: Ultramarine. HEX triplet: 13, 17 and 87. RGB value is (19,23,135). Sum of RGB (Red+Green+Blue) = 19+23+135=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 135 (53.12% from 255 or 76.27% from 177); Max value from RGB is 135 - color contains mainly: blue. Hex color #131787 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131787 is #ECE878. Grayscale: #222222. Windows color (decimal): -15526009 or 8853267. OLE color: 8853267.
HSL color Cylindrical-coordinate representation of color #131787: hue angle of 237.93º 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 #131787 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 23 | 135 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.47 |
| HSL | 237.93º | 0.75% | 0.3% | - |
| HSV(B) | 237.93º | 0.86% | 0.53% | - |
| XYZ | 4.95 | 2.5 | 23.14 | - |
| YUV | 34.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 135 | 0.86 | 0.83 | 0 | 0.47 | 237.93 | 0.75 | 0.3 |
| Hex | 13 | 17 | 87 | 56 | 53 | 0 | 2F | EE | 4B | 1E |
| Octal | 23 | 27 | 207 | 126 | 123 | 0 | 57 | 356 | 113 | 36 |
| Binary | 10011 | 10111 | 10000111 | 1010110 | 1010011 | 0 | 101111 | 11101110 | 1001011 | 11110 |
Color Harmonies of #131787
Complementary color
Monochromatic Colors of #131787
Black with #131787
Text Example
Text Example
White with #131787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131787; }
p { color: rgb(19,23,135); }
H1.HeaderClassName
{
color: #131787;
}
.AnyTagClassName
{
color: #131787;
}
</style>
background-color css
<style>
a { background-color: #131787; }
a { background-color: rgb(19,23,135); }
div.DivClassName
{
background-color: #131787;
}
.BgClassName
{
background-color: #131787;
}
</style>
border-color css
<style>
span { border-color: #131787; }
span { border-color: rgb(19,23,135); }
td.TdClassName
{
border-color: #131787;
}
.TagClassName
{
border-color: #131787;
}
</style>