Shades of Ultramarine #25199B
Tints of Ultramarine #25199B
RGB
CMYK
RGB Variations
Color information
#25199B (or 0x25199B) is known color: Ultramarine. HEX triplet: 25, 19 and 9B. RGB value is (37,25,155). Sum of RGB (Red+Green+Blue) = 37+25+155=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #25199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25199B is #DAE664. Grayscale: #2A2A2A. Windows color (decimal): -14345829 or 10164517. OLE color: 10164517.
HSL color Cylindrical-coordinate representation of color #25199B: hue angle of 245.54º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25199B is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 25 | 155 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.39 |
| HSL | 245.54º | 0.72% | 0.35% | - |
| HSV(B) | 245.54º | 0.84% | 0.61% | - |
| XYZ | 7.03 | 3.46 | 31.31 | - |
| YUV | 43.41 | 190.98 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 155 | 0.76 | 0.84 | 0 | 0.39 | 245.54 | 0.72 | 0.35 |
| Hex | 25 | 19 | 9B | 4C | 54 | 0 | 27 | F6 | 48 | 23 |
| Octal | 45 | 31 | 233 | 114 | 124 | 0 | 47 | 366 | 110 | 43 |
| Binary | 100101 | 11001 | 10011011 | 1001100 | 1010100 | 0 | 100111 | 11110110 | 1001000 | 100011 |
Color Harmonies of #25199B
Complementary color
Monochromatic Colors of #25199B
Black with #25199B
Text Example
Text Example
White with #25199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25199B; }
p { color: rgb(37,25,155); }
H1.HeaderClassName
{
color: #25199B;
}
.AnyTagClassName
{
color: #25199B;
}
</style>
background-color css
<style>
a { background-color: #25199B; }
a { background-color: rgb(37,25,155); }
div.DivClassName
{
background-color: #25199B;
}
.BgClassName
{
background-color: #25199B;
}
</style>
border-color css
<style>
span { border-color: #25199B; }
span { border-color: rgb(37,25,155); }
td.TdClassName
{
border-color: #25199B;
}
.TagClassName
{
border-color: #25199B;
}
</style>