Shades of Ultramarine #190294
Tints of Ultramarine #190294
RGB
CMYK
RGB Variations
Color information
#190294 (or 0x190294) is known color: Ultramarine. HEX triplet: 19, 02 and 94. RGB value is (25,2,148). Sum of RGB (Red+Green+Blue) = 25+2+148=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 148 (58.20% from 255 or 84.57% from 175); Max value from RGB is 148 - color contains mainly: blue. Hex color #190294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190294 is #E6FD6B. Grayscale: #181818. Windows color (decimal): -15138156 or 9699865. OLE color: 9699865.
HSL color Cylindrical-coordinate representation of color #190294: hue angle of 249.45º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #190294 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 2 | 148 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.42 |
| HSL | 249.45º | 0.97% | 0.29% | - |
| HSV(B) | 249.45º | 0.99% | 0.58% | - |
| XYZ | 5.77 | 2.39 | 28.17 | - |
| YUV | 25.52 | 197.12 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 148 | 0.83 | 0.99 | 0 | 0.42 | 249.45 | 0.97 | 0.29 |
| Hex | 19 | 2 | 94 | 53 | 63 | 0 | 2A | F9 | 61 | 1D |
| Octal | 31 | 2 | 224 | 123 | 143 | 0 | 52 | 371 | 141 | 35 |
| Binary | 11001 | 10 | 10010100 | 1010011 | 1100011 | 0 | 101010 | 11111001 | 1100001 | 11101 |
Color Harmonies of #190294
Complementary color
Monochromatic Colors of #190294
Black with #190294
Text Example
Text Example
White with #190294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190294; }
p { color: rgb(25,2,148); }
H1.HeaderClassName
{
color: #190294;
}
.AnyTagClassName
{
color: #190294;
}
</style>
background-color css
<style>
a { background-color: #190294; }
a { background-color: rgb(25,2,148); }
div.DivClassName
{
background-color: #190294;
}
.BgClassName
{
background-color: #190294;
}
</style>
border-color css
<style>
span { border-color: #190294; }
span { border-color: rgb(25,2,148); }
td.TdClassName
{
border-color: #190294;
}
.TagClassName
{
border-color: #190294;
}
</style>