Shades of Ultramarine #25019D
Tints of Ultramarine #25019D
RGB
CMYK
RGB Variations
Color information
#25019D (or 0x25019D) is known color: Ultramarine. HEX triplet: 25, 01 and 9D. RGB value is (37,1,157). Sum of RGB (Red+Green+Blue) = 37+1+157=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 157 (61.72% from 255 or 80.51% from 195); Max value from RGB is 157 - color contains mainly: blue. Hex color #25019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25019D is #DAFE62. Grayscale: #1C1C1C. Windows color (decimal): -14351971 or 10289445. OLE color: 10289445.
HSL color Cylindrical-coordinate representation of color #25019D: hue angle of 253.85º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25019D is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 1 | 157 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.38 |
| HSL | 253.85º | 0.99% | 0.31% | - |
| HSV(B) | 253.85º | 0.99% | 0.62% | - |
| XYZ | 6.86 | 2.85 | 32.09 | - |
| YUV | 29.55 | 199.93 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 157 | 0.76 | 0.99 | 0 | 0.38 | 253.85 | 0.99 | 0.31 |
| Hex | 25 | 1 | 9D | 4C | 63 | 0 | 26 | FE | 63 | 1F |
| Octal | 45 | 1 | 235 | 114 | 143 | 0 | 46 | 376 | 143 | 37 |
| Binary | 100101 | 1 | 10011101 | 1001100 | 1100011 | 0 | 100110 | 11111110 | 1100011 | 11111 |
Color Harmonies of #25019D
Complementary color
Monochromatic Colors of #25019D
Black with #25019D
Text Example
Text Example
White with #25019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25019D; }
p { color: rgb(37,1,157); }
H1.HeaderClassName
{
color: #25019D;
}
.AnyTagClassName
{
color: #25019D;
}
</style>
background-color css
<style>
a { background-color: #25019D; }
a { background-color: rgb(37,1,157); }
div.DivClassName
{
background-color: #25019D;
}
.BgClassName
{
background-color: #25019D;
}
</style>
border-color css
<style>
span { border-color: #25019D; }
span { border-color: rgb(37,1,157); }
td.TdClassName
{
border-color: #25019D;
}
.TagClassName
{
border-color: #25019D;
}
</style>