Shades of Ultramarine #2510AB
Tints of Ultramarine #2510AB
RGB
CMYK
RGB Variations
Color information
#2510AB (or 0x2510AB) is known color: Ultramarine. HEX triplet: 25, 10 and AB. RGB value is (37,16,171). Sum of RGB (Red+Green+Blue) = 37+16+171=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #2510AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2510AB is #DAEF54. Grayscale: #272727. Windows color (decimal): -14348117 or 11210789. OLE color: 11210789.
HSL color Cylindrical-coordinate representation of color #2510AB: hue angle of 248.13º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2510AB is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 16 | 171 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.33 |
| HSL | 248.13º | 0.83% | 0.37% | - |
| HSV(B) | 248.13º | 0.91% | 0.67% | - |
| XYZ | 8.3 | 3.7 | 38.81 | - |
| YUV | 39.95 | 201.96 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 171 | 0.78 | 0.91 | 0 | 0.33 | 248.13 | 0.83 | 0.37 |
| Hex | 25 | 10 | AB | 4E | 5B | 0 | 21 | F8 | 53 | 25 |
| Octal | 45 | 20 | 253 | 116 | 133 | 0 | 41 | 370 | 123 | 45 |
| Binary | 100101 | 10000 | 10101011 | 1001110 | 1011011 | 0 | 100001 | 11111000 | 1010011 | 100101 |
Color Harmonies of #2510AB
Complementary color
Monochromatic Colors of #2510AB
Black with #2510AB
Text Example
Text Example
White with #2510AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2510AB; }
p { color: rgb(37,16,171); }
H1.HeaderClassName
{
color: #2510AB;
}
.AnyTagClassName
{
color: #2510AB;
}
</style>
background-color css
<style>
a { background-color: #2510AB; }
a { background-color: rgb(37,16,171); }
div.DivClassName
{
background-color: #2510AB;
}
.BgClassName
{
background-color: #2510AB;
}
</style>
border-color css
<style>
span { border-color: #2510AB; }
span { border-color: rgb(37,16,171); }
td.TdClassName
{
border-color: #2510AB;
}
.TagClassName
{
border-color: #2510AB;
}
</style>