Shades of Ultramarine #251798
Tints of Ultramarine #251798
RGB
CMYK
RGB Variations
Color information
#251798 (or 0x251798) is known color: Ultramarine. HEX triplet: 25, 17 and 98. RGB value is (37,23,152). Sum of RGB (Red+Green+Blue) = 37+23+152=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #251798 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251798 is #DAE867. Grayscale: #292929. Windows color (decimal): -14346344 or 9967397. OLE color: 9967397.
HSL color Cylindrical-coordinate representation of color #251798: hue angle of 246.51º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251798 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 23 | 152 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.40 |
| HSL | 246.51º | 0.74% | 0.34% | - |
| HSV(B) | 246.51º | 0.85% | 0.6% | - |
| XYZ | 6.74 | 3.27 | 29.98 | - |
| YUV | 41.89 | 190.14 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 152 | 0.76 | 0.85 | 0 | 0.40 | 246.51 | 0.74 | 0.34 |
| Hex | 25 | 17 | 98 | 4C | 55 | 0 | 28 | F7 | 4A | 22 |
| Octal | 45 | 27 | 230 | 114 | 125 | 0 | 50 | 367 | 112 | 42 |
| Binary | 100101 | 10111 | 10011000 | 1001100 | 1010101 | 0 | 101000 | 11110111 | 1001010 | 100010 |
Color Harmonies of #251798
Complementary color
Monochromatic Colors of #251798
Black with #251798
Text Example
Text Example
White with #251798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251798; }
p { color: rgb(37,23,152); }
H1.HeaderClassName
{
color: #251798;
}
.AnyTagClassName
{
color: #251798;
}
</style>
background-color css
<style>
a { background-color: #251798; }
a { background-color: rgb(37,23,152); }
div.DivClassName
{
background-color: #251798;
}
.BgClassName
{
background-color: #251798;
}
</style>
border-color css
<style>
span { border-color: #251798; }
span { border-color: rgb(37,23,152); }
td.TdClassName
{
border-color: #251798;
}
.TagClassName
{
border-color: #251798;
}
</style>