Shades of Ultramarine #19029A
Tints of Ultramarine #19029A
RGB
CMYK
RGB Variations
Color information
#19029A (or 0x19029A) is known color: Ultramarine. HEX triplet: 19, 02 and 9A. RGB value is (25,2,154). Sum of RGB (Red+Green+Blue) = 25+2+154=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 154 (60.55% from 255 or 85.08% from 181); Max value from RGB is 154 - color contains mainly: blue. Hex color #19029A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19029A is #E6FD65. Grayscale: #191919. Windows color (decimal): -15138150 or 10093081. OLE color: 10093081.
HSL color Cylindrical-coordinate representation of color #19029A: hue angle of 249.08º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19029A is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 2 | 154 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.40 |
| HSL | 249.08º | 0.97% | 0.31% | - |
| HSV(B) | 249.08º | 0.99% | 0.6% | - |
| XYZ | 6.26 | 2.58 | 30.74 | - |
| YUV | 26.21 | 200.12 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 154 | 0.84 | 0.99 | 0 | 0.40 | 249.08 | 0.97 | 0.31 |
| Hex | 19 | 2 | 9A | 54 | 63 | 0 | 28 | F9 | 61 | 1F |
| Octal | 31 | 2 | 232 | 124 | 143 | 0 | 50 | 371 | 141 | 37 |
| Binary | 11001 | 10 | 10011010 | 1010100 | 1100011 | 0 | 101000 | 11111001 | 1100001 | 11111 |
Color Harmonies of #19029A
Complementary color
Monochromatic Colors of #19029A
Black with #19029A
Text Example
Text Example
White with #19029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19029A; }
p { color: rgb(25,2,154); }
H1.HeaderClassName
{
color: #19029A;
}
.AnyTagClassName
{
color: #19029A;
}
</style>
background-color css
<style>
a { background-color: #19029A; }
a { background-color: rgb(25,2,154); }
div.DivClassName
{
background-color: #19029A;
}
.BgClassName
{
background-color: #19029A;
}
</style>
border-color css
<style>
span { border-color: #19029A; }
span { border-color: rgb(25,2,154); }
td.TdClassName
{
border-color: #19029A;
}
.TagClassName
{
border-color: #19029A;
}
</style>