Shades of Ultramarine #251A87
Tints of Ultramarine #251A87
RGB
CMYK
RGB Variations
Color information
#251A87 (or 0x251A87) is known color: Ultramarine. HEX triplet: 25, 1A and 87. RGB value is (37,26,135). Sum of RGB (Red+Green+Blue) = 37+26+135=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 135 (53.12% from 255 or 68.18% from 198); Max value from RGB is 135 - color contains mainly: blue. Hex color #251A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251A87 is #DAE578. Grayscale: #292929. Windows color (decimal): -14345593 or 8854053. OLE color: 8854053.
HSL color Cylindrical-coordinate representation of color #251A87: hue angle of 246.06º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251A87 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 26 | 135 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.47 |
| HSL | 246.06º | 0.68% | 0.32% | - |
| HSV(B) | 246.06º | 0.81% | 0.53% | - |
| XYZ | 5.51 | 2.88 | 23.19 | - |
| YUV | 41.72 | 180.64 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 135 | 0.73 | 0.81 | 0 | 0.47 | 246.06 | 0.68 | 0.32 |
| Hex | 25 | 1A | 87 | 49 | 51 | 0 | 2F | F6 | 44 | 20 |
| Octal | 45 | 32 | 207 | 111 | 121 | 0 | 57 | 366 | 104 | 40 |
| Binary | 100101 | 11010 | 10000111 | 1001001 | 1010001 | 0 | 101111 | 11110110 | 1000100 | 100000 |
Color Harmonies of #251A87
Complementary color
Monochromatic Colors of #251A87
Black with #251A87
Text Example
Text Example
White with #251A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A87; }
p { color: rgb(37,26,135); }
H1.HeaderClassName
{
color: #251A87;
}
.AnyTagClassName
{
color: #251A87;
}
</style>
background-color css
<style>
a { background-color: #251A87; }
a { background-color: rgb(37,26,135); }
div.DivClassName
{
background-color: #251A87;
}
.BgClassName
{
background-color: #251A87;
}
</style>
border-color css
<style>
span { border-color: #251A87; }
span { border-color: rgb(37,26,135); }
td.TdClassName
{
border-color: #251A87;
}
.TagClassName
{
border-color: #251A87;
}
</style>