Shades of Ultramarine #25189F
Tints of Ultramarine #25189F
RGB
CMYK
RGB Variations
Color information
#25189F (or 0x25189F) is known color: Ultramarine. HEX triplet: 25, 18 and 9F. RGB value is (37,24,159). Sum of RGB (Red+Green+Blue) = 37+24+159=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #25189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25189F is #DAE760. Grayscale: #2A2A2A. Windows color (decimal): -14346081 or 10426405. OLE color: 10426405.
HSL color Cylindrical-coordinate representation of color #25189F: hue angle of 245.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25189F is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 24 | 159 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.38 |
| HSL | 245.78º | 0.74% | 0.36% | - |
| HSV(B) | 245.78º | 0.85% | 0.62% | - |
| XYZ | 7.35 | 3.55 | 33.1 | - |
| YUV | 43.28 | 193.31 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 159 | 0.77 | 0.85 | 0 | 0.38 | 245.78 | 0.74 | 0.36 |
| Hex | 25 | 18 | 9F | 4D | 55 | 0 | 26 | F6 | 4A | 24 |
| Octal | 45 | 30 | 237 | 115 | 125 | 0 | 46 | 366 | 112 | 44 |
| Binary | 100101 | 11000 | 10011111 | 1001101 | 1010101 | 0 | 100110 | 11110110 | 1001010 | 100100 |
Color Harmonies of #25189F
Complementary color
Monochromatic Colors of #25189F
Black with #25189F
Text Example
Text Example
White with #25189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25189F; }
p { color: rgb(37,24,159); }
H1.HeaderClassName
{
color: #25189F;
}
.AnyTagClassName
{
color: #25189F;
}
</style>
background-color css
<style>
a { background-color: #25189F; }
a { background-color: rgb(37,24,159); }
div.DivClassName
{
background-color: #25189F;
}
.BgClassName
{
background-color: #25189F;
}
</style>
border-color css
<style>
span { border-color: #25189F; }
span { border-color: rgb(37,24,159); }
td.TdClassName
{
border-color: #25189F;
}
.TagClassName
{
border-color: #25189F;
}
</style>