Shades of Ultramarine #19019B
Tints of Ultramarine #19019B
RGB
CMYK
RGB Variations
Color information
#19019B (or 0x19019B) is known color: Ultramarine. HEX triplet: 19, 01 and 9B. RGB value is (25,1,155). Sum of RGB (Red+Green+Blue) = 25+1+155=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 155 (60.94% from 255 or 85.64% from 181); Max value from RGB is 155 - color contains mainly: blue. Hex color #19019B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19019B is #E6FE64. Grayscale: #191919. Windows color (decimal): -15138405 or 10158361. OLE color: 10158361.
HSL color Cylindrical-coordinate representation of color #19019B: hue angle of 249.35º degrees, saturation: 0.99, 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 #19019B is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 1 | 155 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.39 |
| HSL | 249.35º | 0.99% | 0.31% | - |
| HSV(B) | 249.35º | 0.99% | 0.61% | - |
| XYZ | 6.33 | 2.59 | 31.18 | - |
| YUV | 25.73 | 200.95 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 155 | 0.84 | 0.99 | 0 | 0.39 | 249.35 | 0.99 | 0.31 |
| Hex | 19 | 1 | 9B | 54 | 63 | 0 | 27 | F9 | 63 | 1F |
| Octal | 31 | 1 | 233 | 124 | 143 | 0 | 47 | 371 | 143 | 37 |
| Binary | 11001 | 1 | 10011011 | 1010100 | 1100011 | 0 | 100111 | 11111001 | 1100011 | 11111 |
Color Harmonies of #19019B
Complementary color
Monochromatic Colors of #19019B
Black with #19019B
Text Example
Text Example
White with #19019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19019B; }
p { color: rgb(25,1,155); }
H1.HeaderClassName
{
color: #19019B;
}
.AnyTagClassName
{
color: #19019B;
}
</style>
background-color css
<style>
a { background-color: #19019B; }
a { background-color: rgb(25,1,155); }
div.DivClassName
{
background-color: #19019B;
}
.BgClassName
{
background-color: #19019B;
}
</style>
border-color css
<style>
span { border-color: #19019B; }
span { border-color: rgb(25,1,155); }
td.TdClassName
{
border-color: #19019B;
}
.TagClassName
{
border-color: #19019B;
}
</style>