Shades of Ultramarine #131BA0
Tints of Ultramarine #131BA0
RGB
CMYK
RGB Variations
Color information
#131BA0 (or 0x131BA0) is known color: Ultramarine. HEX triplet: 13, 1B and A0. RGB value is (19,27,160). Sum of RGB (Red+Green+Blue) = 19+27+160=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 160 (62.89% from 255 or 77.67% from 206); Max value from RGB is 160 - color contains mainly: blue. Hex color #131BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131BA0 is #ECE45F. Grayscale: #272727. Windows color (decimal): -15524960 or 10492691. OLE color: 10492691.
HSL color Cylindrical-coordinate representation of color #131BA0: hue angle of 236.6º 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 #131BA0 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 27 | 160 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.37 |
| HSL | 236.6º | 0.79% | 0.35% | - |
| HSV(B) | 236.6º | 0.88% | 0.63% | - |
| XYZ | 7.01 | 3.46 | 33.56 | - |
| YUV | 39.77 | 195.85 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 160 | 0.88 | 0.83 | 0 | 0.37 | 236.6 | 0.79 | 0.35 |
| Hex | 13 | 1B | A0 | 58 | 53 | 0 | 25 | ED | 4F | 23 |
| Octal | 23 | 33 | 240 | 130 | 123 | 0 | 45 | 355 | 117 | 43 |
| Binary | 10011 | 11011 | 10100000 | 1011000 | 1010011 | 0 | 100101 | 11101101 | 1001111 | 100011 |
Color Harmonies of #131BA0
Complementary color
Monochromatic Colors of #131BA0
Black with #131BA0
Text Example
Text Example
White with #131BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131BA0; }
p { color: rgb(19,27,160); }
H1.HeaderClassName
{
color: #131BA0;
}
.AnyTagClassName
{
color: #131BA0;
}
</style>
background-color css
<style>
a { background-color: #131BA0; }
a { background-color: rgb(19,27,160); }
div.DivClassName
{
background-color: #131BA0;
}
.BgClassName
{
background-color: #131BA0;
}
</style>
border-color css
<style>
span { border-color: #131BA0; }
span { border-color: rgb(19,27,160); }
td.TdClassName
{
border-color: #131BA0;
}
.TagClassName
{
border-color: #131BA0;
}
</style>