Shades of Ultramarine #251FA0
Tints of Ultramarine #251FA0
RGB
CMYK
RGB Variations
Color information
#251FA0 (or 0x251FA0) is known color: Ultramarine. HEX triplet: 25, 1F and A0. RGB value is (37,31,160). Sum of RGB (Red+Green+Blue) = 37+31+160=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 160 (62.89% from 255 or 70.18% from 228); Max value from RGB is 160 - color contains mainly: blue. Hex color #251FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251FA0 is #DAE05F. Grayscale: #2E2E2E. Windows color (decimal): -14344288 or 10493733. OLE color: 10493733.
HSL color Cylindrical-coordinate representation of color #251FA0: hue angle of 242.79º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251FA0 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 31 | 160 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.37 |
| HSL | 242.79º | 0.68% | 0.37% | - |
| HSV(B) | 242.79º | 0.81% | 0.63% | - |
| XYZ | 7.6 | 3.91 | 33.61 | - |
| YUV | 47.5 | 191.49 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 160 | 0.77 | 0.81 | 0 | 0.37 | 242.79 | 0.68 | 0.37 |
| Hex | 25 | 1F | A0 | 4D | 51 | 0 | 25 | F3 | 44 | 25 |
| Octal | 45 | 37 | 240 | 115 | 121 | 0 | 45 | 363 | 104 | 45 |
| Binary | 100101 | 11111 | 10100000 | 1001101 | 1010001 | 0 | 100101 | 11110011 | 1000100 | 100101 |
Color Harmonies of #251FA0
Complementary color
Monochromatic Colors of #251FA0
Black with #251FA0
Text Example
Text Example
White with #251FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251FA0; }
p { color: rgb(37,31,160); }
H1.HeaderClassName
{
color: #251FA0;
}
.AnyTagClassName
{
color: #251FA0;
}
</style>
background-color css
<style>
a { background-color: #251FA0; }
a { background-color: rgb(37,31,160); }
div.DivClassName
{
background-color: #251FA0;
}
.BgClassName
{
background-color: #251FA0;
}
</style>
border-color css
<style>
span { border-color: #251FA0; }
span { border-color: rgb(37,31,160); }
td.TdClassName
{
border-color: #251FA0;
}
.TagClassName
{
border-color: #251FA0;
}
</style>