Shades of Ultramarine #25229F
Tints of Ultramarine #25229F
RGB
CMYK
RGB Variations
Color information
#25229F (or 0x25229F) is known color: Ultramarine. HEX triplet: 25, 22 and 9F. RGB value is (37,34,159). Sum of RGB (Red+Green+Blue) = 37+34+159=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 159 (62.5% from 255 or 69.13% from 230); Max value from RGB is 159 - color contains mainly: blue. Hex color #25229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25229F is #DADD60. Grayscale: #303030. Windows color (decimal): -14343521 or 10428965. OLE color: 10428965.
HSL color Cylindrical-coordinate representation of color #25229F: hue angle of 241.44º degrees, saturation: 0.65, 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 #25229F is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 34 | 159 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.38 |
| HSL | 241.44º | 0.65% | 0.38% | - |
| HSV(B) | 241.44º | 0.79% | 0.62% | - |
| XYZ | 7.59 | 4.04 | 33.18 | - |
| YUV | 49.15 | 189.99 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 159 | 0.77 | 0.79 | 0 | 0.38 | 241.44 | 0.65 | 0.38 |
| Hex | 25 | 22 | 9F | 4D | 4F | 0 | 26 | F1 | 41 | 26 |
| Octal | 45 | 42 | 237 | 115 | 117 | 0 | 46 | 361 | 101 | 46 |
| Binary | 100101 | 100010 | 10011111 | 1001101 | 1001111 | 0 | 100110 | 11110001 | 1000001 | 100110 |
Color Harmonies of #25229F
Complementary color
Monochromatic Colors of #25229F
Black with #25229F
Text Example
Text Example
White with #25229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25229F; }
p { color: rgb(37,34,159); }
H1.HeaderClassName
{
color: #25229F;
}
.AnyTagClassName
{
color: #25229F;
}
</style>
background-color css
<style>
a { background-color: #25229F; }
a { background-color: rgb(37,34,159); }
div.DivClassName
{
background-color: #25229F;
}
.BgClassName
{
background-color: #25229F;
}
</style>
border-color css
<style>
span { border-color: #25229F; }
span { border-color: rgb(37,34,159); }
td.TdClassName
{
border-color: #25229F;
}
.TagClassName
{
border-color: #25229F;
}
</style>