Shades of Ultramarine #131DA0
Tints of Ultramarine #131DA0
RGB
CMYK
RGB Variations
Color information
#131DA0 (or 0x131DA0) is known color: Ultramarine. HEX triplet: 13, 1D and A0. RGB value is (19,29,160). Sum of RGB (Red+Green+Blue) = 19+29+160=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 160 (62.89% from 255 or 76.92% from 208); Max value from RGB is 160 - color contains mainly: blue. Hex color #131DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131DA0 is #ECE25F. Grayscale: #282828. Windows color (decimal): -15524448 or 10493203. OLE color: 10493203.
HSL color Cylindrical-coordinate representation of color #131DA0: hue angle of 235.74º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131DA0 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 29 | 160 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.37 |
| HSL | 235.74º | 0.79% | 0.35% | - |
| HSV(B) | 235.74º | 0.88% | 0.63% | - |
| XYZ | 7.05 | 3.56 | 33.57 | - |
| YUV | 40.94 | 195.19 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 160 | 0.88 | 0.82 | 0 | 0.37 | 235.74 | 0.79 | 0.35 |
| Hex | 13 | 1D | A0 | 58 | 52 | 0 | 25 | EC | 4F | 23 |
| Octal | 23 | 35 | 240 | 130 | 122 | 0 | 45 | 354 | 117 | 43 |
| Binary | 10011 | 11101 | 10100000 | 1011000 | 1010010 | 0 | 100101 | 11101100 | 1001111 | 100011 |
Color Harmonies of #131DA0
Complementary color
Monochromatic Colors of #131DA0
Black with #131DA0
Text Example
Text Example
White with #131DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131DA0; }
p { color: rgb(19,29,160); }
H1.HeaderClassName
{
color: #131DA0;
}
.AnyTagClassName
{
color: #131DA0;
}
</style>
background-color css
<style>
a { background-color: #131DA0; }
a { background-color: rgb(19,29,160); }
div.DivClassName
{
background-color: #131DA0;
}
.BgClassName
{
background-color: #131DA0;
}
</style>
border-color css
<style>
span { border-color: #131DA0; }
span { border-color: rgb(19,29,160); }
td.TdClassName
{
border-color: #131DA0;
}
.TagClassName
{
border-color: #131DA0;
}
</style>