Shades of Ultramarine #25148C
Tints of Ultramarine #25148C
RGB
CMYK
RGB Variations
Color information
#25148C (or 0x25148C) is known color: Ultramarine. HEX triplet: 25, 14 and 8C. RGB value is (37,20,140). Sum of RGB (Red+Green+Blue) = 37+20+140=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #25148C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25148C is #DAEB73. Grayscale: #262626. Windows color (decimal): -14347124 or 9180197. OLE color: 9180197.
HSL color Cylindrical-coordinate representation of color #25148C: hue angle of 248.5º degrees, saturation: 0.75, 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 #25148C is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 20 | 140 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.45 |
| HSL | 248.5º | 0.75% | 0.31% | - |
| HSV(B) | 248.5º | 0.86% | 0.55% | - |
| XYZ | 5.75 | 2.79 | 25.05 | - |
| YUV | 38.76 | 185.13 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 140 | 0.74 | 0.86 | 0 | 0.45 | 248.5 | 0.75 | 0.31 |
| Hex | 25 | 14 | 8C | 4A | 56 | 0 | 2D | F9 | 4B | 1F |
| Octal | 45 | 24 | 214 | 112 | 126 | 0 | 55 | 371 | 113 | 37 |
| Binary | 100101 | 10100 | 10001100 | 1001010 | 1010110 | 0 | 101101 | 11111001 | 1001011 | 11111 |
Color Harmonies of #25148C
Complementary color
Monochromatic Colors of #25148C
Black with #25148C
Text Example
Text Example
White with #25148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25148C; }
p { color: rgb(37,20,140); }
H1.HeaderClassName
{
color: #25148C;
}
.AnyTagClassName
{
color: #25148C;
}
</style>
background-color css
<style>
a { background-color: #25148C; }
a { background-color: rgb(37,20,140); }
div.DivClassName
{
background-color: #25148C;
}
.BgClassName
{
background-color: #25148C;
}
</style>
border-color css
<style>
span { border-color: #25148C; }
span { border-color: rgb(37,20,140); }
td.TdClassName
{
border-color: #25148C;
}
.TagClassName
{
border-color: #25148C;
}
</style>