Shades of Ultramarine #251AA4
Tints of Ultramarine #251AA4
RGB
CMYK
RGB Variations
Color information
#251AA4 (or 0x251AA4) is known color: Ultramarine. HEX triplet: 25, 1A and A4. RGB value is (37,26,164). Sum of RGB (Red+Green+Blue) = 37+26+164=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 164 (64.45% from 255 or 72.25% from 227); Max value from RGB is 164 - color contains mainly: blue. Hex color #251AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251AA4 is #DAE55B. Grayscale: #2C2C2C. Windows color (decimal): -14345564 or 10754597. OLE color: 10754597.
HSL color Cylindrical-coordinate representation of color #251AA4: hue angle of 244.78º degrees, saturation: 0.73, 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 #251AA4 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 26 | 164 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.36 |
| HSL | 244.78º | 0.73% | 0.37% | - |
| HSV(B) | 244.78º | 0.84% | 0.64% | - |
| XYZ | 7.83 | 3.81 | 35.44 | - |
| YUV | 45.02 | 195.14 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 164 | 0.77 | 0.84 | 0 | 0.36 | 244.78 | 0.73 | 0.37 |
| Hex | 25 | 1A | A4 | 4D | 54 | 0 | 24 | F5 | 49 | 25 |
| Octal | 45 | 32 | 244 | 115 | 124 | 0 | 44 | 365 | 111 | 45 |
| Binary | 100101 | 11010 | 10100100 | 1001101 | 1010100 | 0 | 100100 | 11110101 | 1001001 | 100101 |
Color Harmonies of #251AA4
Complementary color
Monochromatic Colors of #251AA4
Black with #251AA4
Text Example
Text Example
White with #251AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251AA4; }
p { color: rgb(37,26,164); }
H1.HeaderClassName
{
color: #251AA4;
}
.AnyTagClassName
{
color: #251AA4;
}
</style>
background-color css
<style>
a { background-color: #251AA4; }
a { background-color: rgb(37,26,164); }
div.DivClassName
{
background-color: #251AA4;
}
.BgClassName
{
background-color: #251AA4;
}
</style>
border-color css
<style>
span { border-color: #251AA4; }
span { border-color: rgb(37,26,164); }
td.TdClassName
{
border-color: #251AA4;
}
.TagClassName
{
border-color: #251AA4;
}
</style>