Shades of Ultramarine #25129D
Tints of Ultramarine #25129D
RGB
CMYK
RGB Variations
Color information
#25129D (or 0x25129D) is known color: Ultramarine. HEX triplet: 25, 12 and 9D. RGB value is (37,18,157). Sum of RGB (Red+Green+Blue) = 37+18+157=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #25129D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25129D is #DAED62. Grayscale: #262626. Windows color (decimal): -14347619 or 10293797. OLE color: 10293797.
HSL color Cylindrical-coordinate representation of color #25129D: hue angle of 248.2º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25129D is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 18 | 157 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.38 |
| HSL | 248.2º | 0.79% | 0.34% | - |
| HSV(B) | 248.2º | 0.89% | 0.62% | - |
| XYZ | 7.07 | 3.26 | 32.16 | - |
| YUV | 39.53 | 194.29 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 157 | 0.76 | 0.89 | 0 | 0.38 | 248.2 | 0.79 | 0.34 |
| Hex | 25 | 12 | 9D | 4C | 59 | 0 | 26 | F8 | 4F | 22 |
| Octal | 45 | 22 | 235 | 114 | 131 | 0 | 46 | 370 | 117 | 42 |
| Binary | 100101 | 10010 | 10011101 | 1001100 | 1011001 | 0 | 100110 | 11111000 | 1001111 | 100010 |
Color Harmonies of #25129D
Complementary color
Monochromatic Colors of #25129D
Black with #25129D
Text Example
Text Example
White with #25129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25129D; }
p { color: rgb(37,18,157); }
H1.HeaderClassName
{
color: #25129D;
}
.AnyTagClassName
{
color: #25129D;
}
</style>
background-color css
<style>
a { background-color: #25129D; }
a { background-color: rgb(37,18,157); }
div.DivClassName
{
background-color: #25129D;
}
.BgClassName
{
background-color: #25129D;
}
</style>
border-color css
<style>
span { border-color: #25129D; }
span { border-color: rgb(37,18,157); }
td.TdClassName
{
border-color: #25129D;
}
.TagClassName
{
border-color: #25129D;
}
</style>