Shades of Ultramarine #190D99
Tints of Ultramarine #190D99
RGB
CMYK
RGB Variations
Color information
#190D99 (or 0x190D99) is known color: Ultramarine. HEX triplet: 19, 0D and 99. RGB value is (25,13,153). Sum of RGB (Red+Green+Blue) = 25+13+153=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #190D99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190D99 is #E6F266. Grayscale: #202020. Windows color (decimal): -15135335 or 10030361. OLE color: 10030361.
HSL color Cylindrical-coordinate representation of color #190D99: hue angle of 245.14º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190D99 is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 13 | 153 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.4 |
| HSL | 245.14º | 0.84% | 0.33% | - |
| HSV(B) | 245.14º | 0.92% | 0.6% | - |
| XYZ | 6.29 | 2.79 | 30.34 | - |
| YUV | 32.55 | 195.98 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 153 | 0.84 | 0.92 | 0 | 0.4 | 245.14 | 0.84 | 0.33 |
| Hex | 19 | D | 99 | 54 | 5C | 0 | 28 | F5 | 54 | 21 |
| Octal | 31 | 15 | 231 | 124 | 134 | 0 | 50 | 365 | 124 | 41 |
| Binary | 11001 | 1101 | 10011001 | 1010100 | 1011100 | 0 | 101000 | 11110101 | 1010100 | 100001 |
Color Harmonies of #190D99
Complementary color
Monochromatic Colors of #190D99
Black with #190D99
Text Example
Text Example
White with #190D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190D99; }
p { color: rgb(25,13,153); }
H1.HeaderClassName
{
color: #190D99;
}
.AnyTagClassName
{
color: #190D99;
}
</style>
background-color css
<style>
a { background-color: #190D99; }
a { background-color: rgb(25,13,153); }
div.DivClassName
{
background-color: #190D99;
}
.BgClassName
{
background-color: #190D99;
}
</style>
border-color css
<style>
span { border-color: #190D99; }
span { border-color: rgb(25,13,153); }
td.TdClassName
{
border-color: #190D99;
}
.TagClassName
{
border-color: #190D99;
}
</style>