Shades of Ultramarine #131390
Tints of Ultramarine #131390
RGB
CMYK
RGB Variations
Color information
#131390 (or 0x131390) is known color: Ultramarine. HEX triplet: 13, 13 and 90. RGB value is (19,19,144). Sum of RGB (Red+Green+Blue) = 19+19+144=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 144 (56.64% from 255 or 79.12% from 182); Max value from RGB is 144 - color contains mainly: blue. Hex color #131390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131390 is #ECEC6F. Grayscale: #202020. Windows color (decimal): -15527024 or 9442067. OLE color: 9442067.
HSL color Cylindrical-coordinate representation of color #131390: hue angle of 240º 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 #131390 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 19 | 144 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.44 |
| HSL | 240º | 0.77% | 0.32% | - |
| HSV(B) | 240º | 0.87% | 0.56% | - |
| XYZ | 5.54 | 2.62 | 26.6 | - |
| YUV | 33.25 | 190.5 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 144 | 0.87 | 0.87 | 0 | 0.44 | 240 | 0.77 | 0.32 |
| Hex | 13 | 13 | 90 | 57 | 57 | 0 | 2C | F0 | 4D | 20 |
| Octal | 23 | 23 | 220 | 127 | 127 | 0 | 54 | 360 | 115 | 40 |
| Binary | 10011 | 10011 | 10010000 | 1010111 | 1010111 | 0 | 101100 | 11110000 | 1001101 | 100000 |
Color Harmonies of #131390
Complementary color
Monochromatic Colors of #131390
Black with #131390
Text Example
Text Example
White with #131390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131390; }
p { color: rgb(19,19,144); }
H1.HeaderClassName
{
color: #131390;
}
.AnyTagClassName
{
color: #131390;
}
</style>
background-color css
<style>
a { background-color: #131390; }
a { background-color: rgb(19,19,144); }
div.DivClassName
{
background-color: #131390;
}
.BgClassName
{
background-color: #131390;
}
</style>
border-color css
<style>
span { border-color: #131390; }
span { border-color: rgb(19,19,144); }
td.TdClassName
{
border-color: #131390;
}
.TagClassName
{
border-color: #131390;
}
</style>