Shades of Ultramarine #25258E
Tints of Ultramarine #25258E
RGB
CMYK
RGB Variations
Color information
#25258E (or 0x25258E) is known color: Ultramarine. HEX triplet: 25, 25 and 8E. RGB value is (37,37,142). Sum of RGB (Red+Green+Blue) = 37+37+142=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 142 (55.86% from 255 or 65.74% from 216); Max value from RGB is 142 - color contains mainly: blue. Hex color #25258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25258E is #DADA71. Grayscale: #303030. Windows color (decimal): -14342770 or 9315621. OLE color: 9315621.
HSL color Cylindrical-coordinate representation of color #25258E: hue angle of 240º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25258E is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 37 | 142 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.44 |
| HSL | 240º | 0.59% | 0.35% | - |
| HSV(B) | 240º | 0.74% | 0.56% | - |
| XYZ | 6.31 | 3.67 | 25.97 | - |
| YUV | 48.97 | 180.5 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 37 | 142 | 0.74 | 0.74 | 0 | 0.44 | 240 | 0.59 | 0.35 |
| Hex | 25 | 25 | 8E | 4A | 4A | 0 | 2C | F0 | 3B | 23 |
| Octal | 45 | 45 | 216 | 112 | 112 | 0 | 54 | 360 | 73 | 43 |
| Binary | 100101 | 100101 | 10001110 | 1001010 | 1001010 | 0 | 101100 | 11110000 | 111011 | 100011 |
Color Harmonies of #25258E
Complementary color
Monochromatic Colors of #25258E
Black with #25258E
Text Example
Text Example
White with #25258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25258E; }
p { color: rgb(37,37,142); }
H1.HeaderClassName
{
color: #25258E;
}
.AnyTagClassName
{
color: #25258E;
}
</style>
background-color css
<style>
a { background-color: #25258E; }
a { background-color: rgb(37,37,142); }
div.DivClassName
{
background-color: #25258E;
}
.BgClassName
{
background-color: #25258E;
}
</style>
border-color css
<style>
span { border-color: #25258E; }
span { border-color: rgb(37,37,142); }
td.TdClassName
{
border-color: #25258E;
}
.TagClassName
{
border-color: #25258E;
}
</style>