Shades of Ultramarine #25138C
Tints of Ultramarine #25138C
RGB
CMYK
RGB Variations
Color information
#25138C (or 0x25138C) is known color: Ultramarine. HEX triplet: 25, 13 and 8C. RGB value is (37,19,140). Sum of RGB (Red+Green+Blue) = 37+19+140=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 140 (55.08% from 255 or 71.43% from 196); Max value from RGB is 140 - color contains mainly: blue. Hex color #25138C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25138C is #DAEC73. Grayscale: #252525. Windows color (decimal): -14347380 or 9179941. OLE color: 9179941.
HSL color Cylindrical-coordinate representation of color #25138C: hue angle of 248.93º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25138C is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 19 | 140 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.45 |
| HSL | 248.93º | 0.76% | 0.31% | - |
| HSV(B) | 248.93º | 0.86% | 0.55% | - |
| XYZ | 5.73 | 2.75 | 25.04 | - |
| YUV | 38.18 | 185.46 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 140 | 0.74 | 0.86 | 0 | 0.45 | 248.93 | 0.76 | 0.31 |
| Hex | 25 | 13 | 8C | 4A | 56 | 0 | 2D | F9 | 4C | 1F |
| Octal | 45 | 23 | 214 | 112 | 126 | 0 | 55 | 371 | 114 | 37 |
| Binary | 100101 | 10011 | 10001100 | 1001010 | 1010110 | 0 | 101101 | 11111001 | 1001100 | 11111 |
Color Harmonies of #25138C
Complementary color
Monochromatic Colors of #25138C
Black with #25138C
Text Example
Text Example
White with #25138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25138C; }
p { color: rgb(37,19,140); }
H1.HeaderClassName
{
color: #25138C;
}
.AnyTagClassName
{
color: #25138C;
}
</style>
background-color css
<style>
a { background-color: #25138C; }
a { background-color: rgb(37,19,140); }
div.DivClassName
{
background-color: #25138C;
}
.BgClassName
{
background-color: #25138C;
}
</style>
border-color css
<style>
span { border-color: #25138C; }
span { border-color: rgb(37,19,140); }
td.TdClassName
{
border-color: #25138C;
}
.TagClassName
{
border-color: #25138C;
}
</style>