Shades of Ultramarine #25028D
Tints of Ultramarine #25028D
RGB
CMYK
RGB Variations
Color information
#25028D (or 0x25028D) is known color: Ultramarine. HEX triplet: 25, 02 and 8D. RGB value is (37,2,141). Sum of RGB (Red+Green+Blue) = 37+2+141=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 141 (55.47% from 255 or 78.33% from 180); Max value from RGB is 141 - color contains mainly: blue. Hex color #25028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25028D is #DAFD72. Grayscale: #1B1B1B. Windows color (decimal): -14351731 or 9241125. OLE color: 9241125.
HSL color Cylindrical-coordinate representation of color #25028D: hue angle of 255.11º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25028D is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 2 | 141 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.45 |
| HSL | 255.11º | 0.97% | 0.28% | - |
| HSV(B) | 255.11º | 0.99% | 0.55% | - |
| XYZ | 5.59 | 2.36 | 25.36 | - |
| YUV | 28.31 | 191.6 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 141 | 0.74 | 0.99 | 0 | 0.45 | 255.11 | 0.97 | 0.28 |
| Hex | 25 | 2 | 8D | 4A | 63 | 0 | 2D | FF | 61 | 1C |
| Octal | 45 | 2 | 215 | 112 | 143 | 0 | 55 | 377 | 141 | 34 |
| Binary | 100101 | 10 | 10001101 | 1001010 | 1100011 | 0 | 101101 | 11111111 | 1100001 | 11100 |
Color Harmonies of #25028D
Complementary color
Monochromatic Colors of #25028D
Black with #25028D
Text Example
Text Example
White with #25028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25028D; }
p { color: rgb(37,2,141); }
H1.HeaderClassName
{
color: #25028D;
}
.AnyTagClassName
{
color: #25028D;
}
</style>
background-color css
<style>
a { background-color: #25028D; }
a { background-color: rgb(37,2,141); }
div.DivClassName
{
background-color: #25028D;
}
.BgClassName
{
background-color: #25028D;
}
</style>
border-color css
<style>
span { border-color: #25028D; }
span { border-color: rgb(37,2,141); }
td.TdClassName
{
border-color: #25028D;
}
.TagClassName
{
border-color: #25028D;
}
</style>