Shades of Ultramarine #25029F
Tints of Ultramarine #25029F
RGB
CMYK
RGB Variations
Color information
#25029F (or 0x25029F) is known color: Ultramarine. HEX triplet: 25, 02 and 9F. RGB value is (37,2,159). Sum of RGB (Red+Green+Blue) = 37+2+159=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 159 (62.5% from 255 or 80.30% from 198); Max value from RGB is 159 - color contains mainly: blue. Hex color #25029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25029F is #DAFD60. Grayscale: #1D1D1D. Windows color (decimal): -14351713 or 10420773. OLE color: 10420773.
HSL color Cylindrical-coordinate representation of color #25029F: hue angle of 253.38º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25029F is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 2 | 159 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.38 |
| HSL | 253.38º | 0.98% | 0.32% | - |
| HSV(B) | 253.38º | 0.99% | 0.62% | - |
| XYZ | 7.04 | 2.94 | 33 | - |
| YUV | 30.36 | 200.6 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 159 | 0.77 | 0.99 | 0 | 0.38 | 253.38 | 0.98 | 0.32 |
| Hex | 25 | 2 | 9F | 4D | 63 | 0 | 26 | FD | 62 | 20 |
| Octal | 45 | 2 | 237 | 115 | 143 | 0 | 46 | 375 | 142 | 40 |
| Binary | 100101 | 10 | 10011111 | 1001101 | 1100011 | 0 | 100110 | 11111101 | 1100010 | 100000 |
Color Harmonies of #25029F
Complementary color
Monochromatic Colors of #25029F
Black with #25029F
Text Example
Text Example
White with #25029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25029F; }
p { color: rgb(37,2,159); }
H1.HeaderClassName
{
color: #25029F;
}
.AnyTagClassName
{
color: #25029F;
}
</style>
background-color css
<style>
a { background-color: #25029F; }
a { background-color: rgb(37,2,159); }
div.DivClassName
{
background-color: #25029F;
}
.BgClassName
{
background-color: #25029F;
}
</style>
border-color css
<style>
span { border-color: #25029F; }
span { border-color: rgb(37,2,159); }
td.TdClassName
{
border-color: #25029F;
}
.TagClassName
{
border-color: #25029F;
}
</style>