Shades of Ultramarine #190295
Tints of Ultramarine #190295
RGB
CMYK
RGB Variations
Color information
#190295 (or 0x190295) is known color: Ultramarine. HEX triplet: 19, 02 and 95. RGB value is (25,2,149). Sum of RGB (Red+Green+Blue) = 25+2+149=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 149 (58.59% from 255 or 84.66% from 176); Max value from RGB is 149 - color contains mainly: blue. Hex color #190295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190295 is #E6FD6A. Grayscale: #191919. Windows color (decimal): -15138155 or 9765401. OLE color: 9765401.
HSL color Cylindrical-coordinate representation of color #190295: hue angle of 249.39º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #190295 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 2 | 149 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.42 |
| HSL | 249.39º | 0.97% | 0.3% | - |
| HSV(B) | 249.39º | 0.99% | 0.58% | - |
| XYZ | 5.85 | 2.42 | 28.59 | - |
| YUV | 25.64 | 197.62 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 149 | 0.83 | 0.99 | 0 | 0.42 | 249.39 | 0.97 | 0.3 |
| Hex | 19 | 2 | 95 | 53 | 63 | 0 | 2A | F9 | 61 | 1E |
| Octal | 31 | 2 | 225 | 123 | 143 | 0 | 52 | 371 | 141 | 36 |
| Binary | 11001 | 10 | 10010101 | 1010011 | 1100011 | 0 | 101010 | 11111001 | 1100001 | 11110 |
Color Harmonies of #190295
Complementary color
Monochromatic Colors of #190295
Black with #190295
Text Example
Text Example
White with #190295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190295; }
p { color: rgb(25,2,149); }
H1.HeaderClassName
{
color: #190295;
}
.AnyTagClassName
{
color: #190295;
}
</style>
background-color css
<style>
a { background-color: #190295; }
a { background-color: rgb(25,2,149); }
div.DivClassName
{
background-color: #190295;
}
.BgClassName
{
background-color: #190295;
}
</style>
border-color css
<style>
span { border-color: #190295; }
span { border-color: rgb(25,2,149); }
td.TdClassName
{
border-color: #190295;
}
.TagClassName
{
border-color: #190295;
}
</style>