Shades of Ultramarine #25189E
Tints of Ultramarine #25189E
RGB
CMYK
RGB Variations
Color information
#25189E (or 0x25189E) is known color: Ultramarine. HEX triplet: 25, 18 and 9E. RGB value is (37,24,158). Sum of RGB (Red+Green+Blue) = 37+24+158=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 158 (62.11% from 255 or 72.15% from 219); Max value from RGB is 158 - color contains mainly: blue. Hex color #25189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25189E is #DAE761. Grayscale: #2A2A2A. Windows color (decimal): -14346082 or 10360869. OLE color: 10360869.
HSL color Cylindrical-coordinate representation of color #25189E: hue angle of 245.82º 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 #25189E is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 24 | 158 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.38 |
| HSL | 245.82º | 0.74% | 0.36% | - |
| HSV(B) | 245.82º | 0.85% | 0.62% | - |
| XYZ | 7.26 | 3.52 | 32.64 | - |
| YUV | 43.16 | 192.81 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 158 | 0.77 | 0.85 | 0 | 0.38 | 245.82 | 0.74 | 0.36 |
| Hex | 25 | 18 | 9E | 4D | 55 | 0 | 26 | F6 | 4A | 24 |
| Octal | 45 | 30 | 236 | 115 | 125 | 0 | 46 | 366 | 112 | 44 |
| Binary | 100101 | 11000 | 10011110 | 1001101 | 1010101 | 0 | 100110 | 11110110 | 1001010 | 100100 |
Color Harmonies of #25189E
Complementary color
Monochromatic Colors of #25189E
Black with #25189E
Text Example
Text Example
White with #25189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25189E; }
p { color: rgb(37,24,158); }
H1.HeaderClassName
{
color: #25189E;
}
.AnyTagClassName
{
color: #25189E;
}
</style>
background-color css
<style>
a { background-color: #25189E; }
a { background-color: rgb(37,24,158); }
div.DivClassName
{
background-color: #25189E;
}
.BgClassName
{
background-color: #25189E;
}
</style>
border-color css
<style>
span { border-color: #25189E; }
span { border-color: rgb(37,24,158); }
td.TdClassName
{
border-color: #25189E;
}
.TagClassName
{
border-color: #25189E;
}
</style>