Shades of Ultramarine #251997
Tints of Ultramarine #251997
RGB
CMYK
RGB Variations
Color information
#251997 (or 0x251997) is known color: Ultramarine. HEX triplet: 25, 19 and 97. RGB value is (37,25,151). Sum of RGB (Red+Green+Blue) = 37+25+151=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 151 (59.38% from 255 or 70.89% from 213); Max value from RGB is 151 - color contains mainly: blue. Hex color #251997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251997 is #DAE668. Grayscale: #2A2A2A. Windows color (decimal): -14345833 or 9902373. OLE color: 9902373.
HSL color Cylindrical-coordinate representation of color #251997: hue angle of 245.71º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #251997 is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 25 | 151 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.41 |
| HSL | 245.71º | 0.72% | 0.35% | - |
| HSV(B) | 245.71º | 0.83% | 0.59% | - |
| XYZ | 6.7 | 3.32 | 29.57 | - |
| YUV | 42.95 | 188.98 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 151 | 0.75 | 0.83 | 0 | 0.41 | 245.71 | 0.72 | 0.35 |
| Hex | 25 | 19 | 97 | 4B | 53 | 0 | 29 | F6 | 48 | 23 |
| Octal | 45 | 31 | 227 | 113 | 123 | 0 | 51 | 366 | 110 | 43 |
| Binary | 100101 | 11001 | 10010111 | 1001011 | 1010011 | 0 | 101001 | 11110110 | 1001000 | 100011 |
Color Harmonies of #251997
Complementary color
Monochromatic Colors of #251997
Black with #251997
Text Example
Text Example
White with #251997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251997; }
p { color: rgb(37,25,151); }
H1.HeaderClassName
{
color: #251997;
}
.AnyTagClassName
{
color: #251997;
}
</style>
background-color css
<style>
a { background-color: #251997; }
a { background-color: rgb(37,25,151); }
div.DivClassName
{
background-color: #251997;
}
.BgClassName
{
background-color: #251997;
}
</style>
border-color css
<style>
span { border-color: #251997; }
span { border-color: rgb(37,25,151); }
td.TdClassName
{
border-color: #251997;
}
.TagClassName
{
border-color: #251997;
}
</style>