Shades of Ultramarine #251597
Tints of Ultramarine #251597
RGB
CMYK
RGB Variations
Color information
#251597 (or 0x251597) is known color: Ultramarine. HEX triplet: 25, 15 and 97. RGB value is (37,21,151). Sum of RGB (Red+Green+Blue) = 37+21+151=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 151 (59.38% from 255 or 72.25% from 209); Max value from RGB is 151 - color contains mainly: blue. Hex color #251597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251597 is #DAEA68. Grayscale: #282828. Windows color (decimal): -14346857 or 9901349. OLE color: 9901349.
HSL color Cylindrical-coordinate representation of color #251597: hue angle of 247.38º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251597 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 21 | 151 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.41 |
| HSL | 247.38º | 0.76% | 0.34% | - |
| HSV(B) | 247.38º | 0.86% | 0.59% | - |
| XYZ | 6.62 | 3.16 | 29.54 | - |
| YUV | 40.6 | 190.3 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 151 | 0.75 | 0.86 | 0 | 0.41 | 247.38 | 0.76 | 0.34 |
| Hex | 25 | 15 | 97 | 4B | 56 | 0 | 29 | F7 | 4C | 22 |
| Octal | 45 | 25 | 227 | 113 | 126 | 0 | 51 | 367 | 114 | 42 |
| Binary | 100101 | 10101 | 10010111 | 1001011 | 1010110 | 0 | 101001 | 11110111 | 1001100 | 100010 |
Color Harmonies of #251597
Complementary color
Monochromatic Colors of #251597
Black with #251597
Text Example
Text Example
White with #251597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251597; }
p { color: rgb(37,21,151); }
H1.HeaderClassName
{
color: #251597;
}
.AnyTagClassName
{
color: #251597;
}
</style>
background-color css
<style>
a { background-color: #251597; }
a { background-color: rgb(37,21,151); }
div.DivClassName
{
background-color: #251597;
}
.BgClassName
{
background-color: #251597;
}
</style>
border-color css
<style>
span { border-color: #251597; }
span { border-color: rgb(37,21,151); }
td.TdClassName
{
border-color: #251597;
}
.TagClassName
{
border-color: #251597;
}
</style>