Shades of Ultramarine #25139D
Tints of Ultramarine #25139D
RGB
CMYK
RGB Variations
Color information
#25139D (or 0x25139D) is known color: Ultramarine. HEX triplet: 25, 13 and 9D. RGB value is (37,19,157). Sum of RGB (Red+Green+Blue) = 37+19+157=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 157 (61.72% from 255 or 73.71% from 213); Max value from RGB is 157 - color contains mainly: blue. Hex color #25139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25139D is #DAEC62. Grayscale: #272727. Windows color (decimal): -14347363 or 10294053. OLE color: 10294053.
HSL color Cylindrical-coordinate representation of color #25139D: hue angle of 247.83º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25139D is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 19 | 157 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.38 |
| HSL | 247.83º | 0.78% | 0.35% | - |
| HSV(B) | 247.83º | 0.88% | 0.62% | - |
| XYZ | 7.08 | 3.29 | 32.16 | - |
| YUV | 40.11 | 193.96 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 157 | 0.76 | 0.88 | 0 | 0.38 | 247.83 | 0.78 | 0.35 |
| Hex | 25 | 13 | 9D | 4C | 58 | 0 | 26 | F8 | 4E | 23 |
| Octal | 45 | 23 | 235 | 114 | 130 | 0 | 46 | 370 | 116 | 43 |
| Binary | 100101 | 10011 | 10011101 | 1001100 | 1011000 | 0 | 100110 | 11111000 | 1001110 | 100011 |
Color Harmonies of #25139D
Complementary color
Monochromatic Colors of #25139D
Black with #25139D
Text Example
Text Example
White with #25139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25139D; }
p { color: rgb(37,19,157); }
H1.HeaderClassName
{
color: #25139D;
}
.AnyTagClassName
{
color: #25139D;
}
</style>
background-color css
<style>
a { background-color: #25139D; }
a { background-color: rgb(37,19,157); }
div.DivClassName
{
background-color: #25139D;
}
.BgClassName
{
background-color: #25139D;
}
</style>
border-color css
<style>
span { border-color: #25139D; }
span { border-color: rgb(37,19,157); }
td.TdClassName
{
border-color: #25139D;
}
.TagClassName
{
border-color: #25139D;
}
</style>