Shades of Ultramarine #190290
Tints of Ultramarine #190290
RGB
CMYK
RGB Variations
Color information
#190290 (or 0x190290) is known color: Ultramarine. HEX triplet: 19, 02 and 90. RGB value is (25,2,144). Sum of RGB (Red+Green+Blue) = 25+2+144=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 144 (56.64% from 255 or 84.21% from 171); Max value from RGB is 144 - color contains mainly: blue. Hex color #190290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190290 is #E6FD6F. Grayscale: #181818. Windows color (decimal): -15138160 or 9437721. OLE color: 9437721.
HSL color Cylindrical-coordinate representation of color #190290: hue angle of 249.72º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #190290 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 2 | 144 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.44 |
| HSL | 249.72º | 0.97% | 0.29% | - |
| HSV(B) | 249.72º | 0.99% | 0.56% | - |
| XYZ | 5.46 | 2.26 | 26.53 | - |
| YUV | 25.07 | 195.12 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 144 | 0.83 | 0.99 | 0 | 0.44 | 249.72 | 0.97 | 0.29 |
| Hex | 19 | 2 | 90 | 53 | 63 | 0 | 2C | FA | 61 | 1D |
| Octal | 31 | 2 | 220 | 123 | 143 | 0 | 54 | 372 | 141 | 35 |
| Binary | 11001 | 10 | 10010000 | 1010011 | 1100011 | 0 | 101100 | 11111010 | 1100001 | 11101 |
Color Harmonies of #190290
Complementary color
Monochromatic Colors of #190290
Black with #190290
Text Example
Text Example
White with #190290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190290; }
p { color: rgb(25,2,144); }
H1.HeaderClassName
{
color: #190290;
}
.AnyTagClassName
{
color: #190290;
}
</style>
background-color css
<style>
a { background-color: #190290; }
a { background-color: rgb(25,2,144); }
div.DivClassName
{
background-color: #190290;
}
.BgClassName
{
background-color: #190290;
}
</style>
border-color css
<style>
span { border-color: #190290; }
span { border-color: rgb(25,2,144); }
td.TdClassName
{
border-color: #190290;
}
.TagClassName
{
border-color: #190290;
}
</style>