Shades of Ultramarine #251FA7
Tints of Ultramarine #251FA7
RGB
CMYK
RGB Variations
Color information
#251FA7 (or 0x251FA7) is known color: Ultramarine. HEX triplet: 25, 1F and A7. RGB value is (37,31,167). Sum of RGB (Red+Green+Blue) = 37+31+167=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 167 (65.62% from 255 or 71.06% from 235); Max value from RGB is 167 - color contains mainly: blue. Hex color #251FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251FA7 is #DAE058. Grayscale: #2F2F2F. Windows color (decimal): -14344281 or 10952485. OLE color: 10952485.
HSL color Cylindrical-coordinate representation of color #251FA7: hue angle of 242.65º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251FA7 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 31 | 167 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.35 |
| HSL | 242.65º | 0.69% | 0.39% | - |
| HSV(B) | 242.65º | 0.81% | 0.65% | - |
| XYZ | 8.23 | 4.16 | 36.93 | - |
| YUV | 48.3 | 194.99 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 167 | 0.78 | 0.81 | 0 | 0.35 | 242.65 | 0.69 | 0.39 |
| Hex | 25 | 1F | A7 | 4E | 51 | 0 | 23 | F3 | 45 | 27 |
| Octal | 45 | 37 | 247 | 116 | 121 | 0 | 43 | 363 | 105 | 47 |
| Binary | 100101 | 11111 | 10100111 | 1001110 | 1010001 | 0 | 100011 | 11110011 | 1000101 | 100111 |
Color Harmonies of #251FA7
Complementary color
Monochromatic Colors of #251FA7
Black with #251FA7
Text Example
Text Example
White with #251FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251FA7; }
p { color: rgb(37,31,167); }
H1.HeaderClassName
{
color: #251FA7;
}
.AnyTagClassName
{
color: #251FA7;
}
</style>
background-color css
<style>
a { background-color: #251FA7; }
a { background-color: rgb(37,31,167); }
div.DivClassName
{
background-color: #251FA7;
}
.BgClassName
{
background-color: #251FA7;
}
</style>
border-color css
<style>
span { border-color: #251FA7; }
span { border-color: rgb(37,31,167); }
td.TdClassName
{
border-color: #251FA7;
}
.TagClassName
{
border-color: #251FA7;
}
</style>