Shades of Ultramarine #25219F
Tints of Ultramarine #25219F
RGB
CMYK
RGB Variations
Color information
#25219F (or 0x25219F) is known color: Ultramarine. HEX triplet: 25, 21 and 9F. RGB value is (37,33,159). Sum of RGB (Red+Green+Blue) = 37+33+159=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #25219F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25219F is #DADE60. Grayscale: #303030. Windows color (decimal): -14343777 or 10428709. OLE color: 10428709.
HSL color Cylindrical-coordinate representation of color #25219F: hue angle of 241.9º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25219F is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 33 | 159 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.38 |
| HSL | 241.9º | 0.66% | 0.38% | - |
| HSV(B) | 241.9º | 0.79% | 0.62% | - |
| XYZ | 7.56 | 3.98 | 33.17 | - |
| YUV | 48.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 159 | 0.77 | 0.79 | 0 | 0.38 | 241.9 | 0.66 | 0.38 |
| Hex | 25 | 21 | 9F | 4D | 4F | 0 | 26 | F2 | 42 | 26 |
| Octal | 45 | 41 | 237 | 115 | 117 | 0 | 46 | 362 | 102 | 46 |
| Binary | 100101 | 100001 | 10011111 | 1001101 | 1001111 | 0 | 100110 | 11110010 | 1000010 | 100110 |
Color Harmonies of #25219F
Complementary color
Monochromatic Colors of #25219F
Black with #25219F
Text Example
Text Example
White with #25219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25219F; }
p { color: rgb(37,33,159); }
H1.HeaderClassName
{
color: #25219F;
}
.AnyTagClassName
{
color: #25219F;
}
</style>
background-color css
<style>
a { background-color: #25219F; }
a { background-color: rgb(37,33,159); }
div.DivClassName
{
background-color: #25219F;
}
.BgClassName
{
background-color: #25219F;
}
</style>
border-color css
<style>
span { border-color: #25219F; }
span { border-color: rgb(37,33,159); }
td.TdClassName
{
border-color: #25219F;
}
.TagClassName
{
border-color: #25219F;
}
</style>