Shades of Ultramarine #25208F
Tints of Ultramarine #25208F
RGB
CMYK
RGB Variations
Color information
#25208F (or 0x25208F) is known color: Ultramarine. HEX triplet: 25, 20 and 8F. RGB value is (37,32,143). Sum of RGB (Red+Green+Blue) = 37+32+143=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #25208F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25208F is #DADF70. Grayscale: #2D2D2D. Windows color (decimal): -14344049 or 9379877. OLE color: 9379877.
HSL color Cylindrical-coordinate representation of color #25208F: hue angle of 242.7º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25208F is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 32 | 143 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.44 |
| HSL | 242.7º | 0.63% | 0.34% | - |
| HSV(B) | 242.7º | 0.78% | 0.56% | - |
| XYZ | 6.24 | 3.41 | 26.32 | - |
| YUV | 46.15 | 182.66 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 143 | 0.74 | 0.78 | 0 | 0.44 | 242.7 | 0.63 | 0.34 |
| Hex | 25 | 20 | 8F | 4A | 4E | 0 | 2C | F3 | 3F | 22 |
| Octal | 45 | 40 | 217 | 112 | 116 | 0 | 54 | 363 | 77 | 42 |
| Binary | 100101 | 100000 | 10001111 | 1001010 | 1001110 | 0 | 101100 | 11110011 | 111111 | 100010 |
Color Harmonies of #25208F
Complementary color
Monochromatic Colors of #25208F
Black with #25208F
Text Example
Text Example
White with #25208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25208F; }
p { color: rgb(37,32,143); }
H1.HeaderClassName
{
color: #25208F;
}
.AnyTagClassName
{
color: #25208F;
}
</style>
background-color css
<style>
a { background-color: #25208F; }
a { background-color: rgb(37,32,143); }
div.DivClassName
{
background-color: #25208F;
}
.BgClassName
{
background-color: #25208F;
}
</style>
border-color css
<style>
span { border-color: #25208F; }
span { border-color: rgb(37,32,143); }
td.TdClassName
{
border-color: #25208F;
}
.TagClassName
{
border-color: #25208F;
}
</style>