Shades of Ultramarine #25019F
Tints of Ultramarine #25019F
RGB
CMYK
RGB Variations
Color information
#25019F (or 0x25019F) is known color: Ultramarine. HEX triplet: 25, 01 and 9F. RGB value is (37,1,159). Sum of RGB (Red+Green+Blue) = 37+1+159=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 159 (62.5% from 255 or 80.71% from 197); Max value from RGB is 159 - color contains mainly: blue. Hex color #25019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25019F is #DAFE60. Grayscale: #1D1D1D. Windows color (decimal): -14351969 or 10420517. OLE color: 10420517.
HSL color Cylindrical-coordinate representation of color #25019F: hue angle of 253.67º 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 #25019F is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 1 | 159 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.38 |
| HSL | 253.67º | 0.99% | 0.31% | - |
| HSV(B) | 253.67º | 0.99% | 0.62% | - |
| XYZ | 7.03 | 2.92 | 32.99 | - |
| YUV | 29.78 | 200.93 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 159 | 0.77 | 0.99 | 0 | 0.38 | 253.67 | 0.99 | 0.31 |
| Hex | 25 | 1 | 9F | 4D | 63 | 0 | 26 | FE | 63 | 1F |
| Octal | 45 | 1 | 237 | 115 | 143 | 0 | 46 | 376 | 143 | 37 |
| Binary | 100101 | 1 | 10011111 | 1001101 | 1100011 | 0 | 100110 | 11111110 | 1100011 | 11111 |
Color Harmonies of #25019F
Complementary color
Monochromatic Colors of #25019F
Black with #25019F
Text Example
Text Example
White with #25019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25019F; }
p { color: rgb(37,1,159); }
H1.HeaderClassName
{
color: #25019F;
}
.AnyTagClassName
{
color: #25019F;
}
</style>
background-color css
<style>
a { background-color: #25019F; }
a { background-color: rgb(37,1,159); }
div.DivClassName
{
background-color: #25019F;
}
.BgClassName
{
background-color: #25019F;
}
</style>
border-color css
<style>
span { border-color: #25019F; }
span { border-color: rgb(37,1,159); }
td.TdClassName
{
border-color: #25019F;
}
.TagClassName
{
border-color: #25019F;
}
</style>