Shades of Ultramarine #25118B
Tints of Ultramarine #25118B
RGB
CMYK
RGB Variations
Color information
#25118B (or 0x25118B) is known color: Ultramarine. HEX triplet: 25, 11 and 8B. RGB value is (37,17,139). Sum of RGB (Red+Green+Blue) = 37+17+139=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 139 (54.69% from 255 or 72.02% from 193); Max value from RGB is 139 - color contains mainly: blue. Hex color #25118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25118B is #DAEE74. Grayscale: #242424. Windows color (decimal): -14347893 or 9113893. OLE color: 9113893.
HSL color Cylindrical-coordinate representation of color #25118B: hue angle of 249.84º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25118B is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 17 | 139 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.45 |
| HSL | 249.84º | 0.78% | 0.31% | - |
| HSV(B) | 249.84º | 0.88% | 0.55% | - |
| XYZ | 5.62 | 2.66 | 24.64 | - |
| YUV | 36.89 | 185.63 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 139 | 0.73 | 0.88 | 0 | 0.45 | 249.84 | 0.78 | 0.31 |
| Hex | 25 | 11 | 8B | 49 | 58 | 0 | 2D | FA | 4E | 1F |
| Octal | 45 | 21 | 213 | 111 | 130 | 0 | 55 | 372 | 116 | 37 |
| Binary | 100101 | 10001 | 10001011 | 1001001 | 1011000 | 0 | 101101 | 11111010 | 1001110 | 11111 |
Color Harmonies of #25118B
Complementary color
Monochromatic Colors of #25118B
Black with #25118B
Text Example
Text Example
White with #25118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25118B; }
p { color: rgb(37,17,139); }
H1.HeaderClassName
{
color: #25118B;
}
.AnyTagClassName
{
color: #25118B;
}
</style>
background-color css
<style>
a { background-color: #25118B; }
a { background-color: rgb(37,17,139); }
div.DivClassName
{
background-color: #25118B;
}
.BgClassName
{
background-color: #25118B;
}
</style>
border-color css
<style>
span { border-color: #25118B; }
span { border-color: rgb(37,17,139); }
td.TdClassName
{
border-color: #25118B;
}
.TagClassName
{
border-color: #25118B;
}
</style>