Shades of Ultramarine #131791
Tints of Ultramarine #131791
RGB
CMYK
RGB Variations
Color information
#131791 (or 0x131791) is known color: Ultramarine. HEX triplet: 13, 17 and 91. RGB value is (19,23,145). Sum of RGB (Red+Green+Blue) = 19+23+145=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 145 (57.03% from 255 or 77.54% from 187); Max value from RGB is 145 - color contains mainly: blue. Hex color #131791 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131791 is #ECE86E. Grayscale: #232323. Windows color (decimal): -15525999 or 9508627. OLE color: 9508627.
HSL color Cylindrical-coordinate representation of color #131791: hue angle of 238.1º 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 #131791 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 23 | 145 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.43 |
| HSL | 238.1º | 0.77% | 0.32% | - |
| HSV(B) | 238.1º | 0.87% | 0.57% | - |
| XYZ | 5.69 | 2.8 | 27.03 | - |
| YUV | 35.71 | 189.67 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 145 | 0.87 | 0.84 | 0 | 0.43 | 238.1 | 0.77 | 0.32 |
| Hex | 13 | 17 | 91 | 57 | 54 | 0 | 2B | EE | 4D | 20 |
| Octal | 23 | 27 | 221 | 127 | 124 | 0 | 53 | 356 | 115 | 40 |
| Binary | 10011 | 10111 | 10010001 | 1010111 | 1010100 | 0 | 101011 | 11101110 | 1001101 | 100000 |
Color Harmonies of #131791
Complementary color
Monochromatic Colors of #131791
Black with #131791
Text Example
Text Example
White with #131791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131791; }
p { color: rgb(19,23,145); }
H1.HeaderClassName
{
color: #131791;
}
.AnyTagClassName
{
color: #131791;
}
</style>
background-color css
<style>
a { background-color: #131791; }
a { background-color: rgb(19,23,145); }
div.DivClassName
{
background-color: #131791;
}
.BgClassName
{
background-color: #131791;
}
</style>
border-color css
<style>
span { border-color: #131791; }
span { border-color: rgb(19,23,145); }
td.TdClassName
{
border-color: #131791;
}
.TagClassName
{
border-color: #131791;
}
</style>