Shades of Ultramarine #131985
Tints of Ultramarine #131985
RGB
CMYK
RGB Variations
Color information
#131985 (or 0x131985) is known color: Ultramarine. HEX triplet: 13, 19 and 85. RGB value is (19,25,133). Sum of RGB (Red+Green+Blue) = 19+25+133=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 133 (52.34% from 255 or 75.14% from 177); Max value from RGB is 133 - color contains mainly: blue. Hex color #131985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131985 is #ECE67A. Grayscale: #232323. Windows color (decimal): -15525499 or 8722707. OLE color: 8722707.
HSL color Cylindrical-coordinate representation of color #131985: hue angle of 236.84º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131985 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 25 | 133 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.48 |
| HSL | 236.84º | 0.75% | 0.3% | - |
| HSV(B) | 236.84º | 0.86% | 0.52% | - |
| XYZ | 4.85 | 2.53 | 22.42 | - |
| YUV | 35.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 133 | 0.86 | 0.81 | 0 | 0.48 | 236.84 | 0.75 | 0.3 |
| Hex | 13 | 19 | 85 | 56 | 51 | 0 | 30 | ED | 4B | 1E |
| Octal | 23 | 31 | 205 | 126 | 121 | 0 | 60 | 355 | 113 | 36 |
| Binary | 10011 | 11001 | 10000101 | 1010110 | 1010001 | 0 | 110000 | 11101101 | 1001011 | 11110 |
Color Harmonies of #131985
Complementary color
Monochromatic Colors of #131985
Black with #131985
Text Example
Text Example
White with #131985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131985; }
p { color: rgb(19,25,133); }
H1.HeaderClassName
{
color: #131985;
}
.AnyTagClassName
{
color: #131985;
}
</style>
background-color css
<style>
a { background-color: #131985; }
a { background-color: rgb(19,25,133); }
div.DivClassName
{
background-color: #131985;
}
.BgClassName
{
background-color: #131985;
}
</style>
border-color css
<style>
span { border-color: #131985; }
span { border-color: rgb(19,25,133); }
td.TdClassName
{
border-color: #131985;
}
.TagClassName
{
border-color: #131985;
}
</style>