Shades of Ultramarine #19029B
Tints of Ultramarine #19029B
RGB
CMYK
RGB Variations
Color information
#19029B (or 0x19029B) is known color: Ultramarine. HEX triplet: 19, 02 and 9B. RGB value is (25,2,155). Sum of RGB (Red+Green+Blue) = 25+2+155=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 155 (60.94% from 255 or 85.16% from 182); Max value from RGB is 155 - color contains mainly: blue. Hex color #19029B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19029B is #E6FD64. Grayscale: #191919. Windows color (decimal): -15138149 or 10158617. OLE color: 10158617.
HSL color Cylindrical-coordinate representation of color #19029B: hue angle of 249.02º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19029B is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 2 | 155 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.39 |
| HSL | 249.02º | 0.97% | 0.31% | - |
| HSV(B) | 249.02º | 0.99% | 0.61% | - |
| XYZ | 6.34 | 2.62 | 31.18 | - |
| YUV | 26.32 | 200.62 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 155 | 0.84 | 0.99 | 0 | 0.39 | 249.02 | 0.97 | 0.31 |
| Hex | 19 | 2 | 9B | 54 | 63 | 0 | 27 | F9 | 61 | 1F |
| Octal | 31 | 2 | 233 | 124 | 143 | 0 | 47 | 371 | 141 | 37 |
| Binary | 11001 | 10 | 10011011 | 1010100 | 1100011 | 0 | 100111 | 11111001 | 1100001 | 11111 |
Color Harmonies of #19029B
Complementary color
Monochromatic Colors of #19029B
Black with #19029B
Text Example
Text Example
White with #19029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19029B; }
p { color: rgb(25,2,155); }
H1.HeaderClassName
{
color: #19029B;
}
.AnyTagClassName
{
color: #19029B;
}
</style>
background-color css
<style>
a { background-color: #19029B; }
a { background-color: rgb(25,2,155); }
div.DivClassName
{
background-color: #19029B;
}
.BgClassName
{
background-color: #19029B;
}
</style>
border-color css
<style>
span { border-color: #19029B; }
span { border-color: rgb(25,2,155); }
td.TdClassName
{
border-color: #19029B;
}
.TagClassName
{
border-color: #19029B;
}
</style>