Shades of Ultramarine #2515AB
Tints of Ultramarine #2515AB
RGB
CMYK
RGB Variations
Color information
#2515AB (or 0x2515AB) is known color: Ultramarine. HEX triplet: 25, 15 and AB. RGB value is (37,21,171). Sum of RGB (Red+Green+Blue) = 37+21+171=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #2515AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2515AB is #DAEA54. Grayscale: #2A2A2A. Windows color (decimal): -14346837 or 11212069. OLE color: 11212069.
HSL color Cylindrical-coordinate representation of color #2515AB: hue angle of 246.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2515AB is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 21 | 171 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.33 |
| HSL | 246.4º | 0.78% | 0.38% | - |
| HSV(B) | 246.4º | 0.88% | 0.67% | - |
| XYZ | 8.38 | 3.87 | 38.83 | - |
| YUV | 42.88 | 200.3 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 171 | 0.78 | 0.88 | 0 | 0.33 | 246.4 | 0.78 | 0.38 |
| Hex | 25 | 15 | AB | 4E | 58 | 0 | 21 | F6 | 4E | 26 |
| Octal | 45 | 25 | 253 | 116 | 130 | 0 | 41 | 366 | 116 | 46 |
| Binary | 100101 | 10101 | 10101011 | 1001110 | 1011000 | 0 | 100001 | 11110110 | 1001110 | 100110 |
Color Harmonies of #2515AB
Complementary color
Monochromatic Colors of #2515AB
Black with #2515AB
Text Example
Text Example
White with #2515AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2515AB; }
p { color: rgb(37,21,171); }
H1.HeaderClassName
{
color: #2515AB;
}
.AnyTagClassName
{
color: #2515AB;
}
</style>
background-color css
<style>
a { background-color: #2515AB; }
a { background-color: rgb(37,21,171); }
div.DivClassName
{
background-color: #2515AB;
}
.BgClassName
{
background-color: #2515AB;
}
</style>
border-color css
<style>
span { border-color: #2515AB; }
span { border-color: rgb(37,21,171); }
td.TdClassName
{
border-color: #2515AB;
}
.TagClassName
{
border-color: #2515AB;
}
</style>