Shades of Ultramarine #131891
Tints of Ultramarine #131891
RGB
CMYK
RGB Variations
Color information
#131891 (or 0x131891) is known color: Ultramarine. HEX triplet: 13, 18 and 91. RGB value is (19,24,145). Sum of RGB (Red+Green+Blue) = 19+24+145=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 145 (57.03% from 255 or 77.13% from 188); Max value from RGB is 145 - color contains mainly: blue. Hex color #131891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131891 is #ECE76E. Grayscale: #232323. Windows color (decimal): -15525743 or 9508883. OLE color: 9508883.
HSL color Cylindrical-coordinate representation of color #131891: hue angle of 237.62º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131891 is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 24 | 145 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.43 |
| HSL | 237.62º | 0.77% | 0.32% | - |
| HSV(B) | 237.62º | 0.87% | 0.57% | - |
| XYZ | 5.71 | 2.84 | 27.03 | - |
| YUV | 36.3 | 189.34 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 145 | 0.87 | 0.83 | 0 | 0.43 | 237.62 | 0.77 | 0.32 |
| Hex | 13 | 18 | 91 | 57 | 53 | 0 | 2B | EE | 4D | 20 |
| Octal | 23 | 30 | 221 | 127 | 123 | 0 | 53 | 356 | 115 | 40 |
| Binary | 10011 | 11000 | 10010001 | 1010111 | 1010011 | 0 | 101011 | 11101110 | 1001101 | 100000 |
Color Harmonies of #131891
Complementary color
Monochromatic Colors of #131891
Black with #131891
Text Example
Text Example
White with #131891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131891; }
p { color: rgb(19,24,145); }
H1.HeaderClassName
{
color: #131891;
}
.AnyTagClassName
{
color: #131891;
}
</style>
background-color css
<style>
a { background-color: #131891; }
a { background-color: rgb(19,24,145); }
div.DivClassName
{
background-color: #131891;
}
.BgClassName
{
background-color: #131891;
}
</style>
border-color css
<style>
span { border-color: #131891; }
span { border-color: rgb(19,24,145); }
td.TdClassName
{
border-color: #131891;
}
.TagClassName
{
border-color: #131891;
}
</style>