Shades of Ultramarine #19029E
Tints of Ultramarine #19029E
RGB
CMYK
RGB Variations
Color information
#19029E (or 0x19029E) is known color: Ultramarine. HEX triplet: 19, 02 and 9E. RGB value is (25,2,158). Sum of RGB (Red+Green+Blue) = 25+2+158=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 158 (62.11% from 255 or 85.41% from 185); Max value from RGB is 158 - color contains mainly: blue. Hex color #19029E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19029E is #E6FD61. Grayscale: #1A1A1A. Windows color (decimal): -15138146 or 10355225. OLE color: 10355225.
HSL color Cylindrical-coordinate representation of color #19029E: hue angle of 248.85º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19029E is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 2 | 158 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.38 |
| HSL | 248.85º | 0.98% | 0.31% | - |
| HSV(B) | 248.85º | 0.99% | 0.62% | - |
| XYZ | 6.59 | 2.72 | 32.52 | - |
| YUV | 26.66 | 202.12 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 158 | 0.84 | 0.99 | 0 | 0.38 | 248.85 | 0.98 | 0.31 |
| Hex | 19 | 2 | 9E | 54 | 63 | 0 | 26 | F9 | 62 | 1F |
| Octal | 31 | 2 | 236 | 124 | 143 | 0 | 46 | 371 | 142 | 37 |
| Binary | 11001 | 10 | 10011110 | 1010100 | 1100011 | 0 | 100110 | 11111001 | 1100010 | 11111 |
Color Harmonies of #19029E
Complementary color
Monochromatic Colors of #19029E
Black with #19029E
Text Example
Text Example
White with #19029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19029E; }
p { color: rgb(25,2,158); }
H1.HeaderClassName
{
color: #19029E;
}
.AnyTagClassName
{
color: #19029E;
}
</style>
background-color css
<style>
a { background-color: #19029E; }
a { background-color: rgb(25,2,158); }
div.DivClassName
{
background-color: #19029E;
}
.BgClassName
{
background-color: #19029E;
}
</style>
border-color css
<style>
span { border-color: #19029E; }
span { border-color: rgb(25,2,158); }
td.TdClassName
{
border-color: #19029E;
}
.TagClassName
{
border-color: #19029E;
}
</style>