Shades of Ultramarine #2519AB
Tints of Ultramarine #2519AB
RGB
CMYK
RGB Variations
Color information
#2519AB (or 0x2519AB) is known color: Ultramarine. HEX triplet: 25, 19 and AB. RGB value is (37,25,171). Sum of RGB (Red+Green+Blue) = 37+25+171=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #2519AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2519AB is #DAE654. Grayscale: #2C2C2C. Windows color (decimal): -14345813 or 11213093. OLE color: 11213093.
HSL color Cylindrical-coordinate representation of color #2519AB: hue angle of 244.93º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2519AB is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 25 | 171 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.33 |
| HSL | 244.93º | 0.74% | 0.38% | - |
| HSV(B) | 244.93º | 0.85% | 0.67% | - |
| XYZ | 8.46 | 4.03 | 38.86 | - |
| YUV | 45.23 | 198.98 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 171 | 0.78 | 0.85 | 0 | 0.33 | 244.93 | 0.74 | 0.38 |
| Hex | 25 | 19 | AB | 4E | 55 | 0 | 21 | F5 | 4A | 26 |
| Octal | 45 | 31 | 253 | 116 | 125 | 0 | 41 | 365 | 112 | 46 |
| Binary | 100101 | 11001 | 10101011 | 1001110 | 1010101 | 0 | 100001 | 11110101 | 1001010 | 100110 |
Color Harmonies of #2519AB
Complementary color
Monochromatic Colors of #2519AB
Black with #2519AB
Text Example
Text Example
White with #2519AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2519AB; }
p { color: rgb(37,25,171); }
H1.HeaderClassName
{
color: #2519AB;
}
.AnyTagClassName
{
color: #2519AB;
}
</style>
background-color css
<style>
a { background-color: #2519AB; }
a { background-color: rgb(37,25,171); }
div.DivClassName
{
background-color: #2519AB;
}
.BgClassName
{
background-color: #2519AB;
}
</style>
border-color css
<style>
span { border-color: #2519AB; }
span { border-color: rgb(37,25,171); }
td.TdClassName
{
border-color: #2519AB;
}
.TagClassName
{
border-color: #2519AB;
}
</style>