Shades of Ultramarine #2518A1
Tints of Ultramarine #2518A1
RGB
CMYK
RGB Variations
Color information
#2518A1 (or 0x2518A1) is known color: Ultramarine. HEX triplet: 25, 18 and A1. RGB value is (37,24,161). Sum of RGB (Red+Green+Blue) = 37+24+161=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 161 (63.28% from 255 or 72.52% from 222); Max value from RGB is 161 - color contains mainly: blue. Hex color #2518A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2518A1 is #DAE75E. Grayscale: #2A2A2A. Windows color (decimal): -14346079 or 10557477. OLE color: 10557477.
HSL color Cylindrical-coordinate representation of color #2518A1: hue angle of 245.69º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2518A1 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 24 | 161 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.37 |
| HSL | 245.69º | 0.74% | 0.36% | - |
| HSV(B) | 245.69º | 0.85% | 0.63% | - |
| XYZ | 7.52 | 3.62 | 34.02 | - |
| YUV | 43.51 | 194.31 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 161 | 0.77 | 0.85 | 0 | 0.37 | 245.69 | 0.74 | 0.36 |
| Hex | 25 | 18 | A1 | 4D | 55 | 0 | 25 | F6 | 4A | 24 |
| Octal | 45 | 30 | 241 | 115 | 125 | 0 | 45 | 366 | 112 | 44 |
| Binary | 100101 | 11000 | 10100001 | 1001101 | 1010101 | 0 | 100101 | 11110110 | 1001010 | 100100 |
Color Harmonies of #2518A1
Complementary color
Monochromatic Colors of #2518A1
Black with #2518A1
Text Example
Text Example
White with #2518A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2518A1; }
p { color: rgb(37,24,161); }
H1.HeaderClassName
{
color: #2518A1;
}
.AnyTagClassName
{
color: #2518A1;
}
</style>
background-color css
<style>
a { background-color: #2518A1; }
a { background-color: rgb(37,24,161); }
div.DivClassName
{
background-color: #2518A1;
}
.BgClassName
{
background-color: #2518A1;
}
</style>
border-color css
<style>
span { border-color: #2518A1; }
span { border-color: rgb(37,24,161); }
td.TdClassName
{
border-color: #2518A1;
}
.TagClassName
{
border-color: #2518A1;
}
</style>