Shades of Ultramarine #25098D
Tints of Ultramarine #25098D
RGB
CMYK
RGB Variations
Color information
#25098D (or 0x25098D) is known color: Ultramarine. HEX triplet: 25, 09 and 8D. RGB value is (37,9,141). Sum of RGB (Red+Green+Blue) = 37+9+141=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 141 (55.47% from 255 or 75.40% from 187); Max value from RGB is 141 - color contains mainly: blue. Hex color #25098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25098D is #DAF672. Grayscale: #1F1F1F. Windows color (decimal): -14349939 or 9242917. OLE color: 9242917.
HSL color Cylindrical-coordinate representation of color #25098D: hue angle of 252.73º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25098D is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 9 | 141 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.45 |
| HSL | 252.73º | 0.88% | 0.29% | - |
| HSV(B) | 252.73º | 0.94% | 0.55% | - |
| XYZ | 5.67 | 2.51 | 25.39 | - |
| YUV | 32.42 | 189.28 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 9 | 141 | 0.74 | 0.94 | 0 | 0.45 | 252.73 | 0.88 | 0.29 |
| Hex | 25 | 9 | 8D | 4A | 5E | 0 | 2D | FD | 58 | 1D |
| Octal | 45 | 11 | 215 | 112 | 136 | 0 | 55 | 375 | 130 | 35 |
| Binary | 100101 | 1001 | 10001101 | 1001010 | 1011110 | 0 | 101101 | 11111101 | 1011000 | 11101 |
Color Harmonies of #25098D
Complementary color
Monochromatic Colors of #25098D
Black with #25098D
Text Example
Text Example
White with #25098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25098D; }
p { color: rgb(37,9,141); }
H1.HeaderClassName
{
color: #25098D;
}
.AnyTagClassName
{
color: #25098D;
}
</style>
background-color css
<style>
a { background-color: #25098D; }
a { background-color: rgb(37,9,141); }
div.DivClassName
{
background-color: #25098D;
}
.BgClassName
{
background-color: #25098D;
}
</style>
border-color css
<style>
span { border-color: #25098D; }
span { border-color: rgb(37,9,141); }
td.TdClassName
{
border-color: #25098D;
}
.TagClassName
{
border-color: #25098D;
}
</style>