Shades of Ultramarine #2518AC
Tints of Ultramarine #2518AC
RGB
CMYK
RGB Variations
Color information
#2518AC (or 0x2518AC) is known color: Ultramarine. HEX triplet: 25, 18 and AC. RGB value is (37,24,172). Sum of RGB (Red+Green+Blue) = 37+24+172=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #2518AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2518AC is #DAE753. Grayscale: #2C2C2C. Windows color (decimal): -14346068 or 11278373. OLE color: 11278373.
HSL color Cylindrical-coordinate representation of color #2518AC: hue angle of 245.27º degrees, saturation: 0.76, 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 #2518AC is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 24 | 172 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.33 |
| HSL | 245.27º | 0.76% | 0.38% | - |
| HSV(B) | 245.27º | 0.86% | 0.67% | - |
| XYZ | 8.54 | 4.03 | 39.36 | - |
| YUV | 44.76 | 199.81 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 172 | 0.78 | 0.86 | 0 | 0.33 | 245.27 | 0.76 | 0.38 |
| Hex | 25 | 18 | AC | 4E | 56 | 0 | 21 | F5 | 4C | 26 |
| Octal | 45 | 30 | 254 | 116 | 126 | 0 | 41 | 365 | 114 | 46 |
| Binary | 100101 | 11000 | 10101100 | 1001110 | 1010110 | 0 | 100001 | 11110101 | 1001100 | 100110 |
Color Harmonies of #2518AC
Complementary color
Monochromatic Colors of #2518AC
Black with #2518AC
Text Example
Text Example
White with #2518AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2518AC; }
p { color: rgb(37,24,172); }
H1.HeaderClassName
{
color: #2518AC;
}
.AnyTagClassName
{
color: #2518AC;
}
</style>
background-color css
<style>
a { background-color: #2518AC; }
a { background-color: rgb(37,24,172); }
div.DivClassName
{
background-color: #2518AC;
}
.BgClassName
{
background-color: #2518AC;
}
</style>
border-color css
<style>
span { border-color: #2518AC; }
span { border-color: rgb(37,24,172); }
td.TdClassName
{
border-color: #2518AC;
}
.TagClassName
{
border-color: #2518AC;
}
</style>