Shades of Ultramarine #2518AB
Tints of Ultramarine #2518AB
RGB
CMYK
RGB Variations
Color information
#2518AB (or 0x2518AB) is known color: Ultramarine. HEX triplet: 25, 18 and AB. RGB value is (37,24,171). Sum of RGB (Red+Green+Blue) = 37+24+171=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #2518AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2518AB is #DAE754. Grayscale: #2C2C2C. Windows color (decimal): -14346069 or 11212837. OLE color: 11212837.
HSL color Cylindrical-coordinate representation of color #2518AB: hue angle of 245.31º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2518AB is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 24 | 171 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.33 |
| HSL | 245.31º | 0.75% | 0.38% | - |
| HSV(B) | 245.31º | 0.86% | 0.67% | - |
| XYZ | 8.44 | 3.99 | 38.85 | - |
| YUV | 44.65 | 199.31 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 171 | 0.78 | 0.86 | 0 | 0.33 | 245.31 | 0.75 | 0.38 |
| Hex | 25 | 18 | AB | 4E | 56 | 0 | 21 | F5 | 4B | 26 |
| Octal | 45 | 30 | 253 | 116 | 126 | 0 | 41 | 365 | 113 | 46 |
| Binary | 100101 | 11000 | 10101011 | 1001110 | 1010110 | 0 | 100001 | 11110101 | 1001011 | 100110 |
Color Harmonies of #2518AB
Complementary color
Monochromatic Colors of #2518AB
Black with #2518AB
Text Example
Text Example
White with #2518AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2518AB; }
p { color: rgb(37,24,171); }
H1.HeaderClassName
{
color: #2518AB;
}
.AnyTagClassName
{
color: #2518AB;
}
</style>
background-color css
<style>
a { background-color: #2518AB; }
a { background-color: rgb(37,24,171); }
div.DivClassName
{
background-color: #2518AB;
}
.BgClassName
{
background-color: #2518AB;
}
</style>
border-color css
<style>
span { border-color: #2518AB; }
span { border-color: rgb(37,24,171); }
td.TdClassName
{
border-color: #2518AB;
}
.TagClassName
{
border-color: #2518AB;
}
</style>