Shades of Ultramarine #2502AC
Tints of Ultramarine #2502AC
RGB
CMYK
RGB Variations
Color information
#2502AC (or 0x2502AC) is known color: Ultramarine. HEX triplet: 25, 02 and AC. RGB value is (37,2,172). Sum of RGB (Red+Green+Blue) = 37+2+172=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 172 (67.58% from 255 or 81.52% from 211); Max value from RGB is 172 - color contains mainly: blue. Hex color #2502AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2502AC is #DAFD53. Grayscale: #1F1F1F. Windows color (decimal): -14351700 or 11272741. OLE color: 11272741.
HSL color Cylindrical-coordinate representation of color #2502AC: hue angle of 252.35º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2502AC is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 2 | 172 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.33 |
| HSL | 252.35º | 0.98% | 0.34% | - |
| HSV(B) | 252.35º | 0.99% | 0.67% | - |
| XYZ | 8.23 | 3.42 | 39.26 | - |
| YUV | 31.85 | 207.1 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 172 | 0.78 | 0.99 | 0 | 0.33 | 252.35 | 0.98 | 0.34 |
| Hex | 25 | 2 | AC | 4E | 63 | 0 | 21 | FC | 62 | 22 |
| Octal | 45 | 2 | 254 | 116 | 143 | 0 | 41 | 374 | 142 | 42 |
| Binary | 100101 | 10 | 10101100 | 1001110 | 1100011 | 0 | 100001 | 11111100 | 1100010 | 100010 |
Color Harmonies of #2502AC
Complementary color
Monochromatic Colors of #2502AC
Black with #2502AC
Text Example
Text Example
White with #2502AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2502AC; }
p { color: rgb(37,2,172); }
H1.HeaderClassName
{
color: #2502AC;
}
.AnyTagClassName
{
color: #2502AC;
}
</style>
background-color css
<style>
a { background-color: #2502AC; }
a { background-color: rgb(37,2,172); }
div.DivClassName
{
background-color: #2502AC;
}
.BgClassName
{
background-color: #2502AC;
}
</style>
border-color css
<style>
span { border-color: #2502AC; }
span { border-color: rgb(37,2,172); }
td.TdClassName
{
border-color: #2502AC;
}
.TagClassName
{
border-color: #2502AC;
}
</style>