Shades of Ultramarine #131988
Tints of Ultramarine #131988
RGB
CMYK
RGB Variations
Color information
#131988 (or 0x131988) is known color: Ultramarine. HEX triplet: 13, 19 and 88. RGB value is (19,25,136). Sum of RGB (Red+Green+Blue) = 19+25+136=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 136 (53.52% from 255 or 75.56% from 180); Max value from RGB is 136 - color contains mainly: blue. Hex color #131988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131988 is #ECE677. Grayscale: #232323. Windows color (decimal): -15525496 or 8919315. OLE color: 8919315.
HSL color Cylindrical-coordinate representation of color #131988: hue angle of 236.92º 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 #131988 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 25 | 136 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.47 |
| HSL | 236.92º | 0.75% | 0.3% | - |
| HSV(B) | 236.92º | 0.86% | 0.53% | - |
| XYZ | 5.06 | 2.61 | 23.53 | - |
| YUV | 35.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 136 | 0.86 | 0.82 | 0 | 0.47 | 236.92 | 0.75 | 0.3 |
| Hex | 13 | 19 | 88 | 56 | 52 | 0 | 2F | ED | 4B | 1E |
| Octal | 23 | 31 | 210 | 126 | 122 | 0 | 57 | 355 | 113 | 36 |
| Binary | 10011 | 11001 | 10001000 | 1010110 | 1010010 | 0 | 101111 | 11101101 | 1001011 | 11110 |
Color Harmonies of #131988
Complementary color
Monochromatic Colors of #131988
Black with #131988
Text Example
Text Example
White with #131988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131988; }
p { color: rgb(19,25,136); }
H1.HeaderClassName
{
color: #131988;
}
.AnyTagClassName
{
color: #131988;
}
</style>
background-color css
<style>
a { background-color: #131988; }
a { background-color: rgb(19,25,136); }
div.DivClassName
{
background-color: #131988;
}
.BgClassName
{
background-color: #131988;
}
</style>
border-color css
<style>
span { border-color: #131988; }
span { border-color: rgb(19,25,136); }
td.TdClassName
{
border-color: #131988;
}
.TagClassName
{
border-color: #131988;
}
</style>