Shades of Ultramarine #25219C
Tints of Ultramarine #25219C
RGB
CMYK
RGB Variations
Color information
#25219C (or 0x25219C) is known color: Ultramarine. HEX triplet: 25, 21 and 9C. RGB value is (37,33,156). Sum of RGB (Red+Green+Blue) = 37+33+156=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #25219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25219C is #DADE63. Grayscale: #2F2F2F. Windows color (decimal): -14343780 or 10232101. OLE color: 10232101.
HSL color Cylindrical-coordinate representation of color #25219C: hue angle of 241.95º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25219C is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 33 | 156 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.39 |
| HSL | 241.95º | 0.65% | 0.37% | - |
| HSV(B) | 241.95º | 0.79% | 0.61% | - |
| XYZ | 7.31 | 3.88 | 31.82 | - |
| YUV | 48.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 156 | 0.76 | 0.79 | 0 | 0.39 | 241.95 | 0.65 | 0.37 |
| Hex | 25 | 21 | 9C | 4C | 4F | 0 | 27 | F2 | 41 | 25 |
| Octal | 45 | 41 | 234 | 114 | 117 | 0 | 47 | 362 | 101 | 45 |
| Binary | 100101 | 100001 | 10011100 | 1001100 | 1001111 | 0 | 100111 | 11110010 | 1000001 | 100101 |
Color Harmonies of #25219C
Complementary color
Monochromatic Colors of #25219C
Black with #25219C
Text Example
Text Example
White with #25219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25219C; }
p { color: rgb(37,33,156); }
H1.HeaderClassName
{
color: #25219C;
}
.AnyTagClassName
{
color: #25219C;
}
</style>
background-color css
<style>
a { background-color: #25219C; }
a { background-color: rgb(37,33,156); }
div.DivClassName
{
background-color: #25219C;
}
.BgClassName
{
background-color: #25219C;
}
</style>
border-color css
<style>
span { border-color: #25219C; }
span { border-color: rgb(37,33,156); }
td.TdClassName
{
border-color: #25219C;
}
.TagClassName
{
border-color: #25219C;
}
</style>