Shades of Ultramarine #131CA2
Tints of Ultramarine #131CA2
RGB
CMYK
RGB Variations
Color information
#131CA2 (or 0x131CA2) is known color: Ultramarine. HEX triplet: 13, 1C and A2. RGB value is (19,28,162). Sum of RGB (Red+Green+Blue) = 19+28+162=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 162 (63.67% from 255 or 77.51% from 209); Max value from RGB is 162 - color contains mainly: blue. Hex color #131CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131CA2 is #ECE35D. Grayscale: #282828. Windows color (decimal): -15524702 or 10624019. OLE color: 10624019.
HSL color Cylindrical-coordinate representation of color #131CA2: hue angle of 236.22º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131CA2 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 28 | 162 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.36 |
| HSL | 236.22º | 0.79% | 0.35% | - |
| HSV(B) | 236.22º | 0.88% | 0.64% | - |
| XYZ | 7.21 | 3.58 | 34.49 | - |
| YUV | 40.59 | 196.52 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 162 | 0.88 | 0.83 | 0 | 0.36 | 236.22 | 0.79 | 0.35 |
| Hex | 13 | 1C | A2 | 58 | 53 | 0 | 24 | EC | 4F | 23 |
| Octal | 23 | 34 | 242 | 130 | 123 | 0 | 44 | 354 | 117 | 43 |
| Binary | 10011 | 11100 | 10100010 | 1011000 | 1010011 | 0 | 100100 | 11101100 | 1001111 | 100011 |
Color Harmonies of #131CA2
Complementary color
Monochromatic Colors of #131CA2
Black with #131CA2
Text Example
Text Example
White with #131CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CA2; }
p { color: rgb(19,28,162); }
H1.HeaderClassName
{
color: #131CA2;
}
.AnyTagClassName
{
color: #131CA2;
}
</style>
background-color css
<style>
a { background-color: #131CA2; }
a { background-color: rgb(19,28,162); }
div.DivClassName
{
background-color: #131CA2;
}
.BgClassName
{
background-color: #131CA2;
}
</style>
border-color css
<style>
span { border-color: #131CA2; }
span { border-color: rgb(19,28,162); }
td.TdClassName
{
border-color: #131CA2;
}
.TagClassName
{
border-color: #131CA2;
}
</style>