Shades of Ultramarine #2500AD
Tints of Ultramarine #2500AD
RGB
CMYK
RGB Variations
Color information
#2500AD (or 0x2500AD) is known color: Ultramarine. HEX triplet: 25, 00 and AD. RGB value is (37,0,173). Sum of RGB (Red+Green+Blue) = 37+0+173=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 173 (67.97% from 255 or 82.38% from 210); Max value from RGB is 173 - color contains mainly: blue. Hex color #2500AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2500AD is #DAFF52. Grayscale: #1E1E1E. Windows color (decimal): -14352211 or 11337765. OLE color: 11337765.
HSL color Cylindrical-coordinate representation of color #2500AD: hue angle of 252.83º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2500AD is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 0 | 173 | - |
| CMYK | 0.79 | 1 | 0 | 0.32 |
| HSL | 252.83º | 1% | 0.34% | - |
| HSV(B) | 252.83º | 1% | 0.68% | - |
| XYZ | 8.31 | 3.41 | 39.76 | - |
| YUV | 30.79 | 208.26 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 173 | 0.79 | 1 | 0 | 0.32 | 252.83 | 1 | 0.34 |
| Hex | 25 | 0 | AD | 4F | 64 | 0 | 20 | FD | 64 | 22 |
| Octal | 45 | 0 | 255 | 117 | 144 | 0 | 40 | 375 | 144 | 42 |
| Binary | 100101 | 0 | 10101101 | 1001111 | 1100100 | 0 | 100000 | 11111101 | 1100100 | 100010 |
Color Harmonies of #2500AD
Complementary color
Monochromatic Colors of #2500AD
Black with #2500AD
Text Example
Text Example
White with #2500AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2500AD; }
p { color: rgb(37,0,173); }
H1.HeaderClassName
{
color: #2500AD;
}
.AnyTagClassName
{
color: #2500AD;
}
</style>
background-color css
<style>
a { background-color: #2500AD; }
a { background-color: rgb(37,0,173); }
div.DivClassName
{
background-color: #2500AD;
}
.BgClassName
{
background-color: #2500AD;
}
</style>
border-color css
<style>
span { border-color: #2500AD; }
span { border-color: rgb(37,0,173); }
td.TdClassName
{
border-color: #2500AD;
}
.TagClassName
{
border-color: #2500AD;
}
</style>