Shades of Ultramarine #25159C
Tints of Ultramarine #25159C
RGB
CMYK
RGB Variations
Color information
#25159C (or 0x25159C) is known color: Ultramarine. HEX triplet: 25, 15 and 9C. RGB value is (37,21,156). Sum of RGB (Red+Green+Blue) = 37+21+156=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 156 (61.33% from 255 or 72.90% from 214); Max value from RGB is 156 - color contains mainly: blue. Hex color #25159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25159C is #DAEA63. Grayscale: #282828. Windows color (decimal): -14346852 or 10229029. OLE color: 10229029.
HSL color Cylindrical-coordinate representation of color #25159C: hue angle of 247.11º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25159C is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 21 | 156 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.39 |
| HSL | 247.11º | 0.76% | 0.35% | - |
| HSV(B) | 247.11º | 0.87% | 0.61% | - |
| XYZ | 7.03 | 3.33 | 31.72 | - |
| YUV | 41.17 | 192.8 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 156 | 0.76 | 0.87 | 0 | 0.39 | 247.11 | 0.76 | 0.35 |
| Hex | 25 | 15 | 9C | 4C | 57 | 0 | 27 | F7 | 4C | 23 |
| Octal | 45 | 25 | 234 | 114 | 127 | 0 | 47 | 367 | 114 | 43 |
| Binary | 100101 | 10101 | 10011100 | 1001100 | 1010111 | 0 | 100111 | 11110111 | 1001100 | 100011 |
Color Harmonies of #25159C
Complementary color
Monochromatic Colors of #25159C
Black with #25159C
Text Example
Text Example
White with #25159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25159C; }
p { color: rgb(37,21,156); }
H1.HeaderClassName
{
color: #25159C;
}
.AnyTagClassName
{
color: #25159C;
}
</style>
background-color css
<style>
a { background-color: #25159C; }
a { background-color: rgb(37,21,156); }
div.DivClassName
{
background-color: #25159C;
}
.BgClassName
{
background-color: #25159C;
}
</style>
border-color css
<style>
span { border-color: #25159C; }
span { border-color: rgb(37,21,156); }
td.TdClassName
{
border-color: #25159C;
}
.TagClassName
{
border-color: #25159C;
}
</style>