Shades of Ultramarine #190E99
Tints of Ultramarine #190E99
RGB
CMYK
RGB Variations
Color information
#190E99 (or 0x190E99) is known color: Ultramarine. HEX triplet: 19, 0E and 99. RGB value is (25,14,153). Sum of RGB (Red+Green+Blue) = 25+14+153=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 153 (60.16% from 255 or 79.69% from 192); Max value from RGB is 153 - color contains mainly: blue. Hex color #190E99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190E99 is #E6F166. Grayscale: #202020. Windows color (decimal): -15135079 or 10030617. OLE color: 10030617.
HSL color Cylindrical-coordinate representation of color #190E99: hue angle of 244.75º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #190E99 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 14 | 153 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.4 |
| HSL | 244.75º | 0.83% | 0.33% | - |
| HSV(B) | 244.75º | 0.91% | 0.6% | - |
| XYZ | 6.31 | 2.82 | 30.35 | - |
| YUV | 33.14 | 195.64 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 153 | 0.84 | 0.91 | 0 | 0.4 | 244.75 | 0.83 | 0.33 |
| Hex | 19 | E | 99 | 54 | 5B | 0 | 28 | F5 | 53 | 21 |
| Octal | 31 | 16 | 231 | 124 | 133 | 0 | 50 | 365 | 123 | 41 |
| Binary | 11001 | 1110 | 10011001 | 1010100 | 1011011 | 0 | 101000 | 11110101 | 1010011 | 100001 |
Color Harmonies of #190E99
Complementary color
Monochromatic Colors of #190E99
Black with #190E99
Text Example
Text Example
White with #190E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190E99; }
p { color: rgb(25,14,153); }
H1.HeaderClassName
{
color: #190E99;
}
.AnyTagClassName
{
color: #190E99;
}
</style>
background-color css
<style>
a { background-color: #190E99; }
a { background-color: rgb(25,14,153); }
div.DivClassName
{
background-color: #190E99;
}
.BgClassName
{
background-color: #190E99;
}
</style>
border-color css
<style>
span { border-color: #190E99; }
span { border-color: rgb(25,14,153); }
td.TdClassName
{
border-color: #190E99;
}
.TagClassName
{
border-color: #190E99;
}
</style>