Shades of Ultramarine #131790
Tints of Ultramarine #131790
RGB
CMYK
RGB Variations
Color information
#131790 (or 0x131790) is known color: Ultramarine. HEX triplet: 13, 17 and 90. RGB value is (19,23,144). Sum of RGB (Red+Green+Blue) = 19+23+144=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 144 (56.64% from 255 or 77.42% from 186); Max value from RGB is 144 - color contains mainly: blue. Hex color #131790 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131790 is #ECE86F. Grayscale: #232323. Windows color (decimal): -15526000 or 9443091. OLE color: 9443091.
HSL color Cylindrical-coordinate representation of color #131790: hue angle of 238.08º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131790 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 23 | 144 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.44 |
| HSL | 238.08º | 0.77% | 0.32% | - |
| HSV(B) | 238.08º | 0.87% | 0.56% | - |
| XYZ | 5.61 | 2.76 | 26.62 | - |
| YUV | 35.6 | 189.17 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 144 | 0.87 | 0.84 | 0 | 0.44 | 238.08 | 0.77 | 0.32 |
| Hex | 13 | 17 | 90 | 57 | 54 | 0 | 2C | EE | 4D | 20 |
| Octal | 23 | 27 | 220 | 127 | 124 | 0 | 54 | 356 | 115 | 40 |
| Binary | 10011 | 10111 | 10010000 | 1010111 | 1010100 | 0 | 101100 | 11101110 | 1001101 | 100000 |
Color Harmonies of #131790
Complementary color
Monochromatic Colors of #131790
Black with #131790
Text Example
Text Example
White with #131790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131790; }
p { color: rgb(19,23,144); }
H1.HeaderClassName
{
color: #131790;
}
.AnyTagClassName
{
color: #131790;
}
</style>
background-color css
<style>
a { background-color: #131790; }
a { background-color: rgb(19,23,144); }
div.DivClassName
{
background-color: #131790;
}
.BgClassName
{
background-color: #131790;
}
</style>
border-color css
<style>
span { border-color: #131790; }
span { border-color: rgb(19,23,144); }
td.TdClassName
{
border-color: #131790;
}
.TagClassName
{
border-color: #131790;
}
</style>