Shades of Ultramarine #2510A1
Tints of Ultramarine #2510A1
RGB
CMYK
RGB Variations
Color information
#2510A1 (or 0x2510A1) is known color: Ultramarine. HEX triplet: 25, 10 and A1. RGB value is (37,16,161). Sum of RGB (Red+Green+Blue) = 37+16+161=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 161 (63.28% from 255 or 75.23% from 214); Max value from RGB is 161 - color contains mainly: blue. Hex color #2510A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2510A1 is #DAEF5E. Grayscale: #262626. Windows color (decimal): -14348127 or 10555429. OLE color: 10555429.
HSL color Cylindrical-coordinate representation of color #2510A1: hue angle of 248.69º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2510A1 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 16 | 161 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.37 |
| HSL | 248.69º | 0.82% | 0.35% | - |
| HSV(B) | 248.69º | 0.9% | 0.63% | - |
| XYZ | 7.38 | 3.34 | 33.97 | - |
| YUV | 38.81 | 196.96 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 161 | 0.77 | 0.90 | 0 | 0.37 | 248.69 | 0.82 | 0.35 |
| Hex | 25 | 10 | A1 | 4D | 5A | 0 | 25 | F9 | 52 | 23 |
| Octal | 45 | 20 | 241 | 115 | 132 | 0 | 45 | 371 | 122 | 43 |
| Binary | 100101 | 10000 | 10100001 | 1001101 | 1011010 | 0 | 100101 | 11111001 | 1010010 | 100011 |
Color Harmonies of #2510A1
Complementary color
Monochromatic Colors of #2510A1
Black with #2510A1
Text Example
Text Example
White with #2510A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2510A1; }
p { color: rgb(37,16,161); }
H1.HeaderClassName
{
color: #2510A1;
}
.AnyTagClassName
{
color: #2510A1;
}
</style>
background-color css
<style>
a { background-color: #2510A1; }
a { background-color: rgb(37,16,161); }
div.DivClassName
{
background-color: #2510A1;
}
.BgClassName
{
background-color: #2510A1;
}
</style>
border-color css
<style>
span { border-color: #2510A1; }
span { border-color: rgb(37,16,161); }
td.TdClassName
{
border-color: #2510A1;
}
.TagClassName
{
border-color: #2510A1;
}
</style>