Shades of Ultramarine #2519A1
Tints of Ultramarine #2519A1
RGB
CMYK
RGB Variations
Color information
#2519A1 (or 0x2519A1) is known color: Ultramarine. HEX triplet: 25, 19 and A1. RGB value is (37,25,161). Sum of RGB (Red+Green+Blue) = 37+25+161=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 161 (63.28% from 255 or 72.20% from 223); Max value from RGB is 161 - color contains mainly: blue. Hex color #2519A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2519A1 is #DAE65E. Grayscale: #2B2B2B. Windows color (decimal): -14345823 or 10557733. OLE color: 10557733.
HSL color Cylindrical-coordinate representation of color #2519A1: hue angle of 245.29º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2519A1 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 25 | 161 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.37 |
| HSL | 245.29º | 0.73% | 0.36% | - |
| HSV(B) | 245.29º | 0.84% | 0.63% | - |
| XYZ | 7.54 | 3.66 | 34.03 | - |
| YUV | 44.09 | 193.98 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 161 | 0.77 | 0.84 | 0 | 0.37 | 245.29 | 0.73 | 0.36 |
| Hex | 25 | 19 | A1 | 4D | 54 | 0 | 25 | F5 | 49 | 24 |
| Octal | 45 | 31 | 241 | 115 | 124 | 0 | 45 | 365 | 111 | 44 |
| Binary | 100101 | 11001 | 10100001 | 1001101 | 1010100 | 0 | 100101 | 11110101 | 1001001 | 100100 |
Color Harmonies of #2519A1
Complementary color
Monochromatic Colors of #2519A1
Black with #2519A1
Text Example
Text Example
White with #2519A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2519A1; }
p { color: rgb(37,25,161); }
H1.HeaderClassName
{
color: #2519A1;
}
.AnyTagClassName
{
color: #2519A1;
}
</style>
background-color css
<style>
a { background-color: #2519A1; }
a { background-color: rgb(37,25,161); }
div.DivClassName
{
background-color: #2519A1;
}
.BgClassName
{
background-color: #2519A1;
}
</style>
border-color css
<style>
span { border-color: #2519A1; }
span { border-color: rgb(37,25,161); }
td.TdClassName
{
border-color: #2519A1;
}
.TagClassName
{
border-color: #2519A1;
}
</style>