Shades of Ultramarine #250595
Tints of Ultramarine #250595
RGB
CMYK
RGB Variations
Color information
#250595 (or 0x250595) is known color: Ultramarine. HEX triplet: 25, 05 and 95. RGB value is (37,5,149). Sum of RGB (Red+Green+Blue) = 37+5+149=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 149 (58.59% from 255 or 78.01% from 191); Max value from RGB is 149 - color contains mainly: blue. Hex color #250595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250595 is #DAFA6A. Grayscale: #1E1E1E. Windows color (decimal): -14350955 or 9766181. OLE color: 9766181.
HSL color Cylindrical-coordinate representation of color #250595: hue angle of 253.33º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250595 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 5 | 149 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.42 |
| HSL | 253.33º | 0.94% | 0.3% | - |
| HSV(B) | 253.33º | 0.97% | 0.58% | - |
| XYZ | 6.24 | 2.67 | 28.62 | - |
| YUV | 30.98 | 194.6 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 149 | 0.75 | 0.97 | 0 | 0.42 | 253.33 | 0.94 | 0.3 |
| Hex | 25 | 5 | 95 | 4B | 61 | 0 | 2A | FD | 5E | 1E |
| Octal | 45 | 5 | 225 | 113 | 141 | 0 | 52 | 375 | 136 | 36 |
| Binary | 100101 | 101 | 10010101 | 1001011 | 1100001 | 0 | 101010 | 11111101 | 1011110 | 11110 |
Color Harmonies of #250595
Complementary color
Monochromatic Colors of #250595
Black with #250595
Text Example
Text Example
White with #250595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250595; }
p { color: rgb(37,5,149); }
H1.HeaderClassName
{
color: #250595;
}
.AnyTagClassName
{
color: #250595;
}
</style>
background-color css
<style>
a { background-color: #250595; }
a { background-color: rgb(37,5,149); }
div.DivClassName
{
background-color: #250595;
}
.BgClassName
{
background-color: #250595;
}
</style>
border-color css
<style>
span { border-color: #250595; }
span { border-color: rgb(37,5,149); }
td.TdClassName
{
border-color: #250595;
}
.TagClassName
{
border-color: #250595;
}
</style>