Shades of Ultramarine #25198C
Tints of Ultramarine #25198C
RGB
CMYK
RGB Variations
Color information
#25198C (or 0x25198C) is known color: Ultramarine. HEX triplet: 25, 19 and 8C. RGB value is (37,25,140). Sum of RGB (Red+Green+Blue) = 37+25+140=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #25198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25198C is #DAE673. Grayscale: #292929. Windows color (decimal): -14345844 or 9181477. OLE color: 9181477.
HSL color Cylindrical-coordinate representation of color #25198C: hue angle of 246.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25198C is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 25 | 140 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.45 |
| HSL | 246.26º | 0.7% | 0.32% | - |
| HSV(B) | 246.26º | 0.82% | 0.55% | - |
| XYZ | 5.84 | 2.98 | 25.08 | - |
| YUV | 41.7 | 183.48 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 140 | 0.74 | 0.82 | 0 | 0.45 | 246.26 | 0.7 | 0.32 |
| Hex | 25 | 19 | 8C | 4A | 52 | 0 | 2D | F6 | 46 | 20 |
| Octal | 45 | 31 | 214 | 112 | 122 | 0 | 55 | 366 | 106 | 40 |
| Binary | 100101 | 11001 | 10001100 | 1001010 | 1010010 | 0 | 101101 | 11110110 | 1000110 | 100000 |
Color Harmonies of #25198C
Complementary color
Monochromatic Colors of #25198C
Black with #25198C
Text Example
Text Example
White with #25198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25198C; }
p { color: rgb(37,25,140); }
H1.HeaderClassName
{
color: #25198C;
}
.AnyTagClassName
{
color: #25198C;
}
</style>
background-color css
<style>
a { background-color: #25198C; }
a { background-color: rgb(37,25,140); }
div.DivClassName
{
background-color: #25198C;
}
.BgClassName
{
background-color: #25198C;
}
</style>
border-color css
<style>
span { border-color: #25198C; }
span { border-color: rgb(37,25,140); }
td.TdClassName
{
border-color: #25198C;
}
.TagClassName
{
border-color: #25198C;
}
</style>