Shades of Ultramarine #2518AA
Tints of Ultramarine #2518AA
RGB
CMYK
RGB Variations
Color information
#2518AA (or 0x2518AA) is known color: Ultramarine. HEX triplet: 25, 18 and AA. RGB value is (37,24,170). Sum of RGB (Red+Green+Blue) = 37+24+170=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #2518AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2518AA is #DAE755. Grayscale: #2B2B2B. Windows color (decimal): -14346070 or 11147301. OLE color: 11147301.
HSL color Cylindrical-coordinate representation of color #2518AA: hue angle of 245.34º 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 #2518AA is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 24 | 170 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.33 |
| HSL | 245.34º | 0.75% | 0.38% | - |
| HSV(B) | 245.34º | 0.86% | 0.67% | - |
| XYZ | 8.35 | 3.95 | 38.35 | - |
| YUV | 44.53 | 198.81 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 170 | 0.78 | 0.86 | 0 | 0.33 | 245.34 | 0.75 | 0.38 |
| Hex | 25 | 18 | AA | 4E | 56 | 0 | 21 | F5 | 4B | 26 |
| Octal | 45 | 30 | 252 | 116 | 126 | 0 | 41 | 365 | 113 | 46 |
| Binary | 100101 | 11000 | 10101010 | 1001110 | 1010110 | 0 | 100001 | 11110101 | 1001011 | 100110 |
Color Harmonies of #2518AA
Complementary color
Monochromatic Colors of #2518AA
Black with #2518AA
Text Example
Text Example
White with #2518AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2518AA; }
p { color: rgb(37,24,170); }
H1.HeaderClassName
{
color: #2518AA;
}
.AnyTagClassName
{
color: #2518AA;
}
</style>
background-color css
<style>
a { background-color: #2518AA; }
a { background-color: rgb(37,24,170); }
div.DivClassName
{
background-color: #2518AA;
}
.BgClassName
{
background-color: #2518AA;
}
</style>
border-color css
<style>
span { border-color: #2518AA; }
span { border-color: rgb(37,24,170); }
td.TdClassName
{
border-color: #2518AA;
}
.TagClassName
{
border-color: #2518AA;
}
</style>