Shades of Ultramarine #2503AD
Tints of Ultramarine #2503AD
RGB
CMYK
RGB Variations
Color information
#2503AD (or 0x2503AD) is known color: Ultramarine. HEX triplet: 25, 03 and AD. RGB value is (37,3,173). Sum of RGB (Red+Green+Blue) = 37+3+173=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 173 (67.97% from 255 or 81.22% from 213); Max value from RGB is 173 - color contains mainly: blue. Hex color #2503AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2503AD is #DAFC52. Grayscale: #1F1F1F. Windows color (decimal): -14351443 or 11338533. OLE color: 11338533.
HSL color Cylindrical-coordinate representation of color #2503AD: hue angle of 252º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2503AD is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 3 | 173 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.32 |
| HSL | 252º | 0.97% | 0.35% | - |
| HSV(B) | 252º | 0.98% | 0.68% | - |
| XYZ | 8.34 | 3.48 | 39.77 | - |
| YUV | 32.55 | 207.26 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 173 | 0.79 | 0.98 | 0 | 0.32 | 252 | 0.97 | 0.35 |
| Hex | 25 | 3 | AD | 4F | 62 | 0 | 20 | FC | 61 | 23 |
| Octal | 45 | 3 | 255 | 117 | 142 | 0 | 40 | 374 | 141 | 43 |
| Binary | 100101 | 11 | 10101101 | 1001111 | 1100010 | 0 | 100000 | 11111100 | 1100001 | 100011 |
Color Harmonies of #2503AD
Complementary color
Monochromatic Colors of #2503AD
Black with #2503AD
Text Example
Text Example
White with #2503AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2503AD; }
p { color: rgb(37,3,173); }
H1.HeaderClassName
{
color: #2503AD;
}
.AnyTagClassName
{
color: #2503AD;
}
</style>
background-color css
<style>
a { background-color: #2503AD; }
a { background-color: rgb(37,3,173); }
div.DivClassName
{
background-color: #2503AD;
}
.BgClassName
{
background-color: #2503AD;
}
</style>
border-color css
<style>
span { border-color: #2503AD; }
span { border-color: rgb(37,3,173); }
td.TdClassName
{
border-color: #2503AD;
}
.TagClassName
{
border-color: #2503AD;
}
</style>