Shades of Ultramarine #25168D
Tints of Ultramarine #25168D
RGB
CMYK
RGB Variations
Color information
#25168D (or 0x25168D) is known color: Ultramarine. HEX triplet: 25, 16 and 8D. RGB value is (37,22,141). Sum of RGB (Red+Green+Blue) = 37+22+141=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #25168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25168D is #DAE972. Grayscale: #272727. Windows color (decimal): -14346611 or 9246245. OLE color: 9246245.
HSL color Cylindrical-coordinate representation of color #25168D: hue angle of 247.56º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25168D is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 22 | 141 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.45 |
| HSL | 247.56º | 0.73% | 0.32% | - |
| HSV(B) | 247.56º | 0.84% | 0.55% | - |
| XYZ | 5.86 | 2.89 | 25.45 | - |
| YUV | 40.05 | 184.97 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 22 | 141 | 0.74 | 0.84 | 0 | 0.45 | 247.56 | 0.73 | 0.32 |
| Hex | 25 | 16 | 8D | 4A | 54 | 0 | 2D | F8 | 49 | 20 |
| Octal | 45 | 26 | 215 | 112 | 124 | 0 | 55 | 370 | 111 | 40 |
| Binary | 100101 | 10110 | 10001101 | 1001010 | 1010100 | 0 | 101101 | 11111000 | 1001001 | 100000 |
Color Harmonies of #25168D
Complementary color
Monochromatic Colors of #25168D
Black with #25168D
Text Example
Text Example
White with #25168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25168D; }
p { color: rgb(37,22,141); }
H1.HeaderClassName
{
color: #25168D;
}
.AnyTagClassName
{
color: #25168D;
}
</style>
background-color css
<style>
a { background-color: #25168D; }
a { background-color: rgb(37,22,141); }
div.DivClassName
{
background-color: #25168D;
}
.BgClassName
{
background-color: #25168D;
}
</style>
border-color css
<style>
span { border-color: #25168D; }
span { border-color: rgb(37,22,141); }
td.TdClassName
{
border-color: #25168D;
}
.TagClassName
{
border-color: #25168D;
}
</style>