Shades of Ultramarine #131481
Tints of Ultramarine #131481
RGB
CMYK
RGB Variations
Color information
#131481 (or 0x131481) is known color: Ultramarine. HEX triplet: 13, 14 and 81. RGB value is (19,20,129). Sum of RGB (Red+Green+Blue) = 19+20+129=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 129 (50.78% from 255 or 76.79% from 168); Max value from RGB is 129 - color contains mainly: blue. Hex color #131481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131481 is #ECEB7E. Grayscale: #1F1F1F. Windows color (decimal): -15526783 or 8459283. OLE color: 8459283.
HSL color Cylindrical-coordinate representation of color #131481: hue angle of 239.45º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131481 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 20 | 129 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.49 |
| HSL | 239.45º | 0.74% | 0.29% | - |
| HSV(B) | 239.45º | 0.85% | 0.51% | - |
| XYZ | 4.48 | 2.22 | 20.96 | - |
| YUV | 32.13 | 182.67 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 129 | 0.85 | 0.84 | 0 | 0.49 | 239.45 | 0.74 | 0.29 |
| Hex | 13 | 14 | 81 | 55 | 54 | 0 | 31 | EF | 4A | 1D |
| Octal | 23 | 24 | 201 | 125 | 124 | 0 | 61 | 357 | 112 | 35 |
| Binary | 10011 | 10100 | 10000001 | 1010101 | 1010100 | 0 | 110001 | 11101111 | 1001010 | 11101 |
Color Harmonies of #131481
Complementary color
Monochromatic Colors of #131481
Black with #131481
Text Example
Text Example
White with #131481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131481; }
p { color: rgb(19,20,129); }
H1.HeaderClassName
{
color: #131481;
}
.AnyTagClassName
{
color: #131481;
}
</style>
background-color css
<style>
a { background-color: #131481; }
a { background-color: rgb(19,20,129); }
div.DivClassName
{
background-color: #131481;
}
.BgClassName
{
background-color: #131481;
}
</style>
border-color css
<style>
span { border-color: #131481; }
span { border-color: rgb(19,20,129); }
td.TdClassName
{
border-color: #131481;
}
.TagClassName
{
border-color: #131481;
}
</style>