Shades of Ultramarine #250296
Tints of Ultramarine #250296
RGB
CMYK
RGB Variations
Color information
#250296 (or 0x250296) is known color: Ultramarine. HEX triplet: 25, 02 and 96. RGB value is (37,2,150). Sum of RGB (Red+Green+Blue) = 37+2+150=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 150 (58.98% from 255 or 79.37% from 189); Max value from RGB is 150 - color contains mainly: blue. Hex color #250296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250296 is #DAFD69. Grayscale: #1C1C1C. Windows color (decimal): -14351722 or 9830949. OLE color: 9830949.
HSL color Cylindrical-coordinate representation of color #250296: hue angle of 254.19º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250296 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 2 | 150 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.41 |
| HSL | 254.19º | 0.97% | 0.3% | - |
| HSV(B) | 254.19º | 0.99% | 0.59% | - |
| XYZ | 6.29 | 2.64 | 29.03 | - |
| YUV | 29.34 | 196.1 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 150 | 0.75 | 0.99 | 0 | 0.41 | 254.19 | 0.97 | 0.3 |
| Hex | 25 | 2 | 96 | 4B | 63 | 0 | 29 | FE | 61 | 1E |
| Octal | 45 | 2 | 226 | 113 | 143 | 0 | 51 | 376 | 141 | 36 |
| Binary | 100101 | 10 | 10010110 | 1001011 | 1100011 | 0 | 101001 | 11111110 | 1100001 | 11110 |
Color Harmonies of #250296
Complementary color
Monochromatic Colors of #250296
Black with #250296
Text Example
Text Example
White with #250296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250296; }
p { color: rgb(37,2,150); }
H1.HeaderClassName
{
color: #250296;
}
.AnyTagClassName
{
color: #250296;
}
</style>
background-color css
<style>
a { background-color: #250296; }
a { background-color: rgb(37,2,150); }
div.DivClassName
{
background-color: #250296;
}
.BgClassName
{
background-color: #250296;
}
</style>
border-color css
<style>
span { border-color: #250296; }
span { border-color: rgb(37,2,150); }
td.TdClassName
{
border-color: #250296;
}
.TagClassName
{
border-color: #250296;
}
</style>