Shades of Ultramarine #25138D
Tints of Ultramarine #25138D
RGB
CMYK
RGB Variations
Color information
#25138D (or 0x25138D) is known color: Ultramarine. HEX triplet: 25, 13 and 8D. RGB value is (37,19,141). Sum of RGB (Red+Green+Blue) = 37+19+141=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #25138D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25138D is #DAEC72. Grayscale: #252525. Windows color (decimal): -14347379 or 9245477. OLE color: 9245477.
HSL color Cylindrical-coordinate representation of color #25138D: hue angle of 248.85º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25138D is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 19 | 141 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.45 |
| HSL | 248.85º | 0.76% | 0.31% | - |
| HSV(B) | 248.85º | 0.87% | 0.55% | - |
| XYZ | 5.8 | 2.78 | 25.43 | - |
| YUV | 38.29 | 185.96 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 141 | 0.74 | 0.87 | 0 | 0.45 | 248.85 | 0.76 | 0.31 |
| Hex | 25 | 13 | 8D | 4A | 57 | 0 | 2D | F9 | 4C | 1F |
| Octal | 45 | 23 | 215 | 112 | 127 | 0 | 55 | 371 | 114 | 37 |
| Binary | 100101 | 10011 | 10001101 | 1001010 | 1010111 | 0 | 101101 | 11111001 | 1001100 | 11111 |
Color Harmonies of #25138D
Complementary color
Monochromatic Colors of #25138D
Black with #25138D
Text Example
Text Example
White with #25138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25138D; }
p { color: rgb(37,19,141); }
H1.HeaderClassName
{
color: #25138D;
}
.AnyTagClassName
{
color: #25138D;
}
</style>
background-color css
<style>
a { background-color: #25138D; }
a { background-color: rgb(37,19,141); }
div.DivClassName
{
background-color: #25138D;
}
.BgClassName
{
background-color: #25138D;
}
</style>
border-color css
<style>
span { border-color: #25138D; }
span { border-color: rgb(37,19,141); }
td.TdClassName
{
border-color: #25138D;
}
.TagClassName
{
border-color: #25138D;
}
</style>