Shades of Ultramarine #190298
Tints of Ultramarine #190298
RGB
CMYK
RGB Variations
Color information
#190298 (or 0x190298) is known color: Ultramarine. HEX triplet: 19, 02 and 98. RGB value is (25,2,152). Sum of RGB (Red+Green+Blue) = 25+2+152=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 152 (59.77% from 255 or 84.92% from 179); Max value from RGB is 152 - color contains mainly: blue. Hex color #190298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190298 is #E6FD67. Grayscale: #191919. Windows color (decimal): -15138152 or 9962009. OLE color: 9962009.
HSL color Cylindrical-coordinate representation of color #190298: hue angle of 249.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #190298 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 2 | 152 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.40 |
| HSL | 249.2º | 0.97% | 0.3% | - |
| HSV(B) | 249.2º | 0.99% | 0.6% | - |
| XYZ | 6.09 | 2.52 | 29.87 | - |
| YUV | 25.98 | 199.12 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 152 | 0.84 | 0.99 | 0 | 0.40 | 249.2 | 0.97 | 0.3 |
| Hex | 19 | 2 | 98 | 54 | 63 | 0 | 28 | F9 | 61 | 1E |
| Octal | 31 | 2 | 230 | 124 | 143 | 0 | 50 | 371 | 141 | 36 |
| Binary | 11001 | 10 | 10011000 | 1010100 | 1100011 | 0 | 101000 | 11111001 | 1100001 | 11110 |
Color Harmonies of #190298
Complementary color
Monochromatic Colors of #190298
Black with #190298
Text Example
Text Example
White with #190298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190298; }
p { color: rgb(25,2,152); }
H1.HeaderClassName
{
color: #190298;
}
.AnyTagClassName
{
color: #190298;
}
</style>
background-color css
<style>
a { background-color: #190298; }
a { background-color: rgb(25,2,152); }
div.DivClassName
{
background-color: #190298;
}
.BgClassName
{
background-color: #190298;
}
</style>
border-color css
<style>
span { border-color: #190298; }
span { border-color: rgb(25,2,152); }
td.TdClassName
{
border-color: #190298;
}
.TagClassName
{
border-color: #190298;
}
</style>