Shades of Ultramarine #25169D
Tints of Ultramarine #25169D
RGB
CMYK
RGB Variations
Color information
#25169D (or 0x25169D) is known color: Ultramarine. HEX triplet: 25, 16 and 9D. RGB value is (37,22,157). Sum of RGB (Red+Green+Blue) = 37+22+157=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #25169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25169D is #DAE962. Grayscale: #292929. Windows color (decimal): -14346595 or 10294821. OLE color: 10294821.
HSL color Cylindrical-coordinate representation of color #25169D: hue angle of 246.67º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25169D is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 22 | 157 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.38 |
| HSL | 246.67º | 0.75% | 0.35% | - |
| HSV(B) | 246.67º | 0.86% | 0.62% | - |
| XYZ | 7.14 | 3.4 | 32.18 | - |
| YUV | 41.88 | 192.97 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 22 | 157 | 0.76 | 0.86 | 0 | 0.38 | 246.67 | 0.75 | 0.35 |
| Hex | 25 | 16 | 9D | 4C | 56 | 0 | 26 | F7 | 4B | 23 |
| Octal | 45 | 26 | 235 | 114 | 126 | 0 | 46 | 367 | 113 | 43 |
| Binary | 100101 | 10110 | 10011101 | 1001100 | 1010110 | 0 | 100110 | 11110111 | 1001011 | 100011 |
Color Harmonies of #25169D
Complementary color
Monochromatic Colors of #25169D
Black with #25169D
Text Example
Text Example
White with #25169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25169D; }
p { color: rgb(37,22,157); }
H1.HeaderClassName
{
color: #25169D;
}
.AnyTagClassName
{
color: #25169D;
}
</style>
background-color css
<style>
a { background-color: #25169D; }
a { background-color: rgb(37,22,157); }
div.DivClassName
{
background-color: #25169D;
}
.BgClassName
{
background-color: #25169D;
}
</style>
border-color css
<style>
span { border-color: #25169D; }
span { border-color: rgb(37,22,157); }
td.TdClassName
{
border-color: #25169D;
}
.TagClassName
{
border-color: #25169D;
}
</style>