Shades of Ultramarine #25079D
Tints of Ultramarine #25079D
RGB
CMYK
RGB Variations
Color information
#25079D (or 0x25079D) is known color: Ultramarine. HEX triplet: 25, 07 and 9D. RGB value is (37,7,157). Sum of RGB (Red+Green+Blue) = 37+7+157=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 157 (61.72% from 255 or 78.11% from 201); Max value from RGB is 157 - color contains mainly: blue. Hex color #25079D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25079D is #DAF862. Grayscale: #202020. Windows color (decimal): -14350435 or 10290981. OLE color: 10290981.
HSL color Cylindrical-coordinate representation of color #25079D: hue angle of 252º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #25079D is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 7 | 157 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.38 |
| HSL | 252º | 0.91% | 0.32% | - |
| HSV(B) | 252º | 0.96% | 0.62% | - |
| XYZ | 6.92 | 2.98 | 32.11 | - |
| YUV | 33.07 | 197.94 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 157 | 0.76 | 0.96 | 0 | 0.38 | 252 | 0.91 | 0.32 |
| Hex | 25 | 7 | 9D | 4C | 60 | 0 | 26 | FC | 5B | 20 |
| Octal | 45 | 7 | 235 | 114 | 140 | 0 | 46 | 374 | 133 | 40 |
| Binary | 100101 | 111 | 10011101 | 1001100 | 1100000 | 0 | 100110 | 11111100 | 1011011 | 100000 |
Color Harmonies of #25079D
Complementary color
Monochromatic Colors of #25079D
Black with #25079D
Text Example
Text Example
White with #25079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25079D; }
p { color: rgb(37,7,157); }
H1.HeaderClassName
{
color: #25079D;
}
.AnyTagClassName
{
color: #25079D;
}
</style>
background-color css
<style>
a { background-color: #25079D; }
a { background-color: rgb(37,7,157); }
div.DivClassName
{
background-color: #25079D;
}
.BgClassName
{
background-color: #25079D;
}
</style>
border-color css
<style>
span { border-color: #25079D; }
span { border-color: rgb(37,7,157); }
td.TdClassName
{
border-color: #25079D;
}
.TagClassName
{
border-color: #25079D;
}
</style>