Shades of Ultramarine #251AA2
Tints of Ultramarine #251AA2
RGB
CMYK
RGB Variations
Color information
#251AA2 (or 0x251AA2) is known color: Ultramarine. HEX triplet: 25, 1A and A2. RGB value is (37,26,162). Sum of RGB (Red+Green+Blue) = 37+26+162=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 162 (63.67% from 255 or 72% from 225); Max value from RGB is 162 - color contains mainly: blue. Hex color #251AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251AA2 is #DAE55D. Grayscale: #2C2C2C. Windows color (decimal): -14345566 or 10623525. OLE color: 10623525.
HSL color Cylindrical-coordinate representation of color #251AA2: hue angle of 244.85º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251AA2 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 26 | 162 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.36 |
| HSL | 244.85º | 0.72% | 0.37% | - |
| HSV(B) | 244.85º | 0.84% | 0.64% | - |
| XYZ | 7.65 | 3.74 | 34.5 | - |
| YUV | 44.79 | 194.14 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 162 | 0.77 | 0.84 | 0 | 0.36 | 244.85 | 0.72 | 0.37 |
| Hex | 25 | 1A | A2 | 4D | 54 | 0 | 24 | F5 | 48 | 25 |
| Octal | 45 | 32 | 242 | 115 | 124 | 0 | 44 | 365 | 110 | 45 |
| Binary | 100101 | 11010 | 10100010 | 1001101 | 1010100 | 0 | 100100 | 11110101 | 1001000 | 100101 |
Color Harmonies of #251AA2
Complementary color
Monochromatic Colors of #251AA2
Black with #251AA2
Text Example
Text Example
White with #251AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251AA2; }
p { color: rgb(37,26,162); }
H1.HeaderClassName
{
color: #251AA2;
}
.AnyTagClassName
{
color: #251AA2;
}
</style>
background-color css
<style>
a { background-color: #251AA2; }
a { background-color: rgb(37,26,162); }
div.DivClassName
{
background-color: #251AA2;
}
.BgClassName
{
background-color: #251AA2;
}
</style>
border-color css
<style>
span { border-color: #251AA2; }
span { border-color: rgb(37,26,162); }
td.TdClassName
{
border-color: #251AA2;
}
.TagClassName
{
border-color: #251AA2;
}
</style>