Shades of Ultramarine #25098E
Tints of Ultramarine #25098E
RGB
CMYK
RGB Variations
Color information
#25098E (or 0x25098E) is known color: Ultramarine. HEX triplet: 25, 09 and 8E. RGB value is (37,9,142). Sum of RGB (Red+Green+Blue) = 37+9+142=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 142 (55.86% from 255 or 75.53% from 188); Max value from RGB is 142 - color contains mainly: blue. Hex color #25098E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25098E is #DAF671. Grayscale: #202020. Windows color (decimal): -14349938 or 9308453. OLE color: 9308453.
HSL color Cylindrical-coordinate representation of color #25098E: hue angle of 252.63º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25098E is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 9 | 142 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.44 |
| HSL | 252.63º | 0.88% | 0.3% | - |
| HSV(B) | 252.63º | 0.94% | 0.56% | - |
| XYZ | 5.74 | 2.54 | 25.78 | - |
| YUV | 32.53 | 189.78 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 9 | 142 | 0.74 | 0.94 | 0 | 0.44 | 252.63 | 0.88 | 0.3 |
| Hex | 25 | 9 | 8E | 4A | 5E | 0 | 2C | FD | 58 | 1E |
| Octal | 45 | 11 | 216 | 112 | 136 | 0 | 54 | 375 | 130 | 36 |
| Binary | 100101 | 1001 | 10001110 | 1001010 | 1011110 | 0 | 101100 | 11111101 | 1011000 | 11110 |
Color Harmonies of #25098E
Complementary color
Monochromatic Colors of #25098E
Black with #25098E
Text Example
Text Example
White with #25098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25098E; }
p { color: rgb(37,9,142); }
H1.HeaderClassName
{
color: #25098E;
}
.AnyTagClassName
{
color: #25098E;
}
</style>
background-color css
<style>
a { background-color: #25098E; }
a { background-color: rgb(37,9,142); }
div.DivClassName
{
background-color: #25098E;
}
.BgClassName
{
background-color: #25098E;
}
</style>
border-color css
<style>
span { border-color: #25098E; }
span { border-color: rgb(37,9,142); }
td.TdClassName
{
border-color: #25098E;
}
.TagClassName
{
border-color: #25098E;
}
</style>