Shades of Ultramarine #2510AD
Tints of Ultramarine #2510AD
RGB
CMYK
RGB Variations
Color information
#2510AD (or 0x2510AD) is known color: Ultramarine. HEX triplet: 25, 10 and AD. RGB value is (37,16,173). Sum of RGB (Red+Green+Blue) = 37+16+173=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #2510AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2510AD is #DAEF52. Grayscale: #272727. Windows color (decimal): -14348115 or 11341861. OLE color: 11341861.
HSL color Cylindrical-coordinate representation of color #2510AD: hue angle of 248.03º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2510AD is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 16 | 173 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.32 |
| HSL | 248.03º | 0.83% | 0.37% | - |
| HSV(B) | 248.03º | 0.91% | 0.68% | - |
| XYZ | 8.49 | 3.78 | 39.82 | - |
| YUV | 40.18 | 202.96 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 173 | 0.79 | 0.91 | 0 | 0.32 | 248.03 | 0.83 | 0.37 |
| Hex | 25 | 10 | AD | 4F | 5B | 0 | 20 | F8 | 53 | 25 |
| Octal | 45 | 20 | 255 | 117 | 133 | 0 | 40 | 370 | 123 | 45 |
| Binary | 100101 | 10000 | 10101101 | 1001111 | 1011011 | 0 | 100000 | 11111000 | 1010011 | 100101 |
Color Harmonies of #2510AD
Complementary color
Monochromatic Colors of #2510AD
Black with #2510AD
Text Example
Text Example
White with #2510AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2510AD; }
p { color: rgb(37,16,173); }
H1.HeaderClassName
{
color: #2510AD;
}
.AnyTagClassName
{
color: #2510AD;
}
</style>
background-color css
<style>
a { background-color: #2510AD; }
a { background-color: rgb(37,16,173); }
div.DivClassName
{
background-color: #2510AD;
}
.BgClassName
{
background-color: #2510AD;
}
</style>
border-color css
<style>
span { border-color: #2510AD; }
span { border-color: rgb(37,16,173); }
td.TdClassName
{
border-color: #2510AD;
}
.TagClassName
{
border-color: #2510AD;
}
</style>