Shades of Ultramarine #25088E
Tints of Ultramarine #25088E
RGB
CMYK
RGB Variations
Color information
#25088E (or 0x25088E) is known color: Ultramarine. HEX triplet: 25, 08 and 8E. RGB value is (37,8,142). Sum of RGB (Red+Green+Blue) = 37+8+142=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 142 (55.86% from 255 or 75.94% from 187); Max value from RGB is 142 - color contains mainly: blue. Hex color #25088E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25088E is #DAF771. Grayscale: #1F1F1F. Windows color (decimal): -14350194 or 9308197. OLE color: 9308197.
HSL color Cylindrical-coordinate representation of color #25088E: hue angle of 252.99º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25088E is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 8 | 142 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.44 |
| HSL | 252.99º | 0.89% | 0.29% | - |
| HSV(B) | 252.99º | 0.94% | 0.56% | - |
| XYZ | 5.73 | 2.52 | 25.78 | - |
| YUV | 31.95 | 190.11 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 142 | 0.74 | 0.94 | 0 | 0.44 | 252.99 | 0.89 | 0.29 |
| Hex | 25 | 8 | 8E | 4A | 5E | 0 | 2C | FD | 59 | 1D |
| Octal | 45 | 10 | 216 | 112 | 136 | 0 | 54 | 375 | 131 | 35 |
| Binary | 100101 | 1000 | 10001110 | 1001010 | 1011110 | 0 | 101100 | 11111101 | 1011001 | 11101 |
Color Harmonies of #25088E
Complementary color
Monochromatic Colors of #25088E
Black with #25088E
Text Example
Text Example
White with #25088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25088E; }
p { color: rgb(37,8,142); }
H1.HeaderClassName
{
color: #25088E;
}
.AnyTagClassName
{
color: #25088E;
}
</style>
background-color css
<style>
a { background-color: #25088E; }
a { background-color: rgb(37,8,142); }
div.DivClassName
{
background-color: #25088E;
}
.BgClassName
{
background-color: #25088E;
}
</style>
border-color css
<style>
span { border-color: #25088E; }
span { border-color: rgb(37,8,142); }
td.TdClassName
{
border-color: #25088E;
}
.TagClassName
{
border-color: #25088E;
}
</style>