Shades of Ultramarine #190E90
Tints of Ultramarine #190E90
RGB
CMYK
RGB Variations
Color information
#190E90 (or 0x190E90) is known color: Ultramarine. HEX triplet: 19, 0E and 90. RGB value is (25,14,144). Sum of RGB (Red+Green+Blue) = 25+14+144=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 144 (56.64% from 255 or 78.69% from 183); Max value from RGB is 144 - color contains mainly: blue. Hex color #190E90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190E90 is #E6F16F. Grayscale: #1F1F1F. Windows color (decimal): -15135088 or 9440793. OLE color: 9440793.
HSL color Cylindrical-coordinate representation of color #190E90: hue angle of 245.08º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #190E90 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 14 | 144 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.44 |
| HSL | 245.08º | 0.82% | 0.31% | - |
| HSV(B) | 245.08º | 0.9% | 0.56% | - |
| XYZ | 5.59 | 2.53 | 26.58 | - |
| YUV | 32.11 | 191.14 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 144 | 0.83 | 0.90 | 0 | 0.44 | 245.08 | 0.82 | 0.31 |
| Hex | 19 | E | 90 | 53 | 5A | 0 | 2C | F5 | 52 | 1F |
| Octal | 31 | 16 | 220 | 123 | 132 | 0 | 54 | 365 | 122 | 37 |
| Binary | 11001 | 1110 | 10010000 | 1010011 | 1011010 | 0 | 101100 | 11110101 | 1010010 | 11111 |
Color Harmonies of #190E90
Complementary color
Monochromatic Colors of #190E90
Black with #190E90
Text Example
Text Example
White with #190E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190E90; }
p { color: rgb(25,14,144); }
H1.HeaderClassName
{
color: #190E90;
}
.AnyTagClassName
{
color: #190E90;
}
</style>
background-color css
<style>
a { background-color: #190E90; }
a { background-color: rgb(25,14,144); }
div.DivClassName
{
background-color: #190E90;
}
.BgClassName
{
background-color: #190E90;
}
</style>
border-color css
<style>
span { border-color: #190E90; }
span { border-color: rgb(25,14,144); }
td.TdClassName
{
border-color: #190E90;
}
.TagClassName
{
border-color: #190E90;
}
</style>