Shades of Ultramarine #2504AB
Tints of Ultramarine #2504AB
RGB
CMYK
RGB Variations
Color information
#2504AB (or 0x2504AB) is known color: Ultramarine. HEX triplet: 25, 04 and AB. RGB value is (37,4,171). Sum of RGB (Red+Green+Blue) = 37+4+171=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #2504AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2504AB is #DAFB54. Grayscale: #202020. Windows color (decimal): -14351189 or 11207717. OLE color: 11207717.
HSL color Cylindrical-coordinate representation of color #2504AB: hue angle of 251.86º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2504AB is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 4 | 171 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.33 |
| HSL | 251.86º | 0.95% | 0.34% | - |
| HSV(B) | 251.86º | 0.98% | 0.67% | - |
| XYZ | 8.16 | 3.42 | 38.76 | - |
| YUV | 32.91 | 205.93 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 171 | 0.78 | 0.98 | 0 | 0.33 | 251.86 | 0.95 | 0.34 |
| Hex | 25 | 4 | AB | 4E | 62 | 0 | 21 | FC | 5F | 22 |
| Octal | 45 | 4 | 253 | 116 | 142 | 0 | 41 | 374 | 137 | 42 |
| Binary | 100101 | 100 | 10101011 | 1001110 | 1100010 | 0 | 100001 | 11111100 | 1011111 | 100010 |
Color Harmonies of #2504AB
Complementary color
Monochromatic Colors of #2504AB
Black with #2504AB
Text Example
Text Example
White with #2504AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2504AB; }
p { color: rgb(37,4,171); }
H1.HeaderClassName
{
color: #2504AB;
}
.AnyTagClassName
{
color: #2504AB;
}
</style>
background-color css
<style>
a { background-color: #2504AB; }
a { background-color: rgb(37,4,171); }
div.DivClassName
{
background-color: #2504AB;
}
.BgClassName
{
background-color: #2504AB;
}
</style>
border-color css
<style>
span { border-color: #2504AB; }
span { border-color: rgb(37,4,171); }
td.TdClassName
{
border-color: #2504AB;
}
.TagClassName
{
border-color: #2504AB;
}
</style>