Shades of Ultramarine #2502A8
Tints of Ultramarine #2502A8
RGB
CMYK
RGB Variations
Color information
#2502A8 (or 0x2502A8) is known color: Ultramarine. HEX triplet: 25, 02 and A8. RGB value is (37,2,168). Sum of RGB (Red+Green+Blue) = 37+2+168=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 168 (66.02% from 255 or 81.16% from 207); Max value from RGB is 168 - color contains mainly: blue. Hex color #2502A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2502A8 is #DAFD57. Grayscale: #1E1E1E. Windows color (decimal): -14351704 or 11010597. OLE color: 11010597.
HSL color Cylindrical-coordinate representation of color #2502A8: hue angle of 252.65º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2502A8 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 2 | 168 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.34 |
| HSL | 252.65º | 0.98% | 0.33% | - |
| HSV(B) | 252.65º | 0.99% | 0.66% | - |
| XYZ | 7.85 | 3.26 | 37.26 | - |
| YUV | 31.39 | 205.1 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 168 | 0.78 | 0.99 | 0 | 0.34 | 252.65 | 0.98 | 0.33 |
| Hex | 25 | 2 | A8 | 4E | 63 | 0 | 22 | FD | 62 | 21 |
| Octal | 45 | 2 | 250 | 116 | 143 | 0 | 42 | 375 | 142 | 41 |
| Binary | 100101 | 10 | 10101000 | 1001110 | 1100011 | 0 | 100010 | 11111101 | 1100010 | 100001 |
Color Harmonies of #2502A8
Complementary color
Monochromatic Colors of #2502A8
Black with #2502A8
Text Example
Text Example
White with #2502A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2502A8; }
p { color: rgb(37,2,168); }
H1.HeaderClassName
{
color: #2502A8;
}
.AnyTagClassName
{
color: #2502A8;
}
</style>
background-color css
<style>
a { background-color: #2502A8; }
a { background-color: rgb(37,2,168); }
div.DivClassName
{
background-color: #2502A8;
}
.BgClassName
{
background-color: #2502A8;
}
</style>
border-color css
<style>
span { border-color: #2502A8; }
span { border-color: rgb(37,2,168); }
td.TdClassName
{
border-color: #2502A8;
}
.TagClassName
{
border-color: #2502A8;
}
</style>