Shades of Ultramarine #251A88
Tints of Ultramarine #251A88
RGB
CMYK
RGB Variations
Color information
#251A88 (or 0x251A88) is known color: Ultramarine. HEX triplet: 25, 1A and 88. RGB value is (37,26,136). Sum of RGB (Red+Green+Blue) = 37+26+136=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #251A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251A88 is #DAE577. Grayscale: #292929. Windows color (decimal): -14345592 or 8919589. OLE color: 8919589.
HSL color Cylindrical-coordinate representation of color #251A88: hue angle of 246º 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 #251A88 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 26 | 136 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.47 |
| HSL | 246º | 0.68% | 0.32% | - |
| HSV(B) | 246º | 0.81% | 0.53% | - |
| XYZ | 5.58 | 2.91 | 23.56 | - |
| YUV | 41.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 136 | 0.73 | 0.81 | 0 | 0.47 | 246 | 0.68 | 0.32 |
| Hex | 25 | 1A | 88 | 49 | 51 | 0 | 2F | F6 | 44 | 20 |
| Octal | 45 | 32 | 210 | 111 | 121 | 0 | 57 | 366 | 104 | 40 |
| Binary | 100101 | 11010 | 10001000 | 1001001 | 1010001 | 0 | 101111 | 11110110 | 1000100 | 100000 |
Color Harmonies of #251A88
Complementary color
Monochromatic Colors of #251A88
Black with #251A88
Text Example
Text Example
White with #251A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A88; }
p { color: rgb(37,26,136); }
H1.HeaderClassName
{
color: #251A88;
}
.AnyTagClassName
{
color: #251A88;
}
</style>
background-color css
<style>
a { background-color: #251A88; }
a { background-color: rgb(37,26,136); }
div.DivClassName
{
background-color: #251A88;
}
.BgClassName
{
background-color: #251A88;
}
</style>
border-color css
<style>
span { border-color: #251A88; }
span { border-color: rgb(37,26,136); }
td.TdClassName
{
border-color: #251A88;
}
.TagClassName
{
border-color: #251A88;
}
</style>