Shades of Ultramarine #19129C
Tints of Ultramarine #19129C
RGB
CMYK
RGB Variations
Color information
#19129C (or 0x19129C) is known color: Ultramarine. HEX triplet: 19, 12 and 9C. RGB value is (25,18,156). Sum of RGB (Red+Green+Blue) = 25+18+156=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 156 (61.33% from 255 or 78.39% from 199); Max value from RGB is 156 - color contains mainly: blue. Hex color #19129C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19129C is #E6ED63. Grayscale: #232323. Windows color (decimal): -15134052 or 10228249. OLE color: 10228249.
HSL color Cylindrical-coordinate representation of color #19129C: hue angle of 243.04º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19129C is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 18 | 156 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.39 |
| HSL | 243.04º | 0.79% | 0.34% | - |
| HSV(B) | 243.04º | 0.88% | 0.61% | - |
| XYZ | 6.62 | 3.04 | 31.69 | - |
| YUV | 35.83 | 195.82 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 156 | 0.84 | 0.88 | 0 | 0.39 | 243.04 | 0.79 | 0.34 |
| Hex | 19 | 12 | 9C | 54 | 58 | 0 | 27 | F3 | 4F | 22 |
| Octal | 31 | 22 | 234 | 124 | 130 | 0 | 47 | 363 | 117 | 42 |
| Binary | 11001 | 10010 | 10011100 | 1010100 | 1011000 | 0 | 100111 | 11110011 | 1001111 | 100010 |
Color Harmonies of #19129C
Complementary color
Monochromatic Colors of #19129C
Black with #19129C
Text Example
Text Example
White with #19129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19129C; }
p { color: rgb(25,18,156); }
H1.HeaderClassName
{
color: #19129C;
}
.AnyTagClassName
{
color: #19129C;
}
</style>
background-color css
<style>
a { background-color: #19129C; }
a { background-color: rgb(25,18,156); }
div.DivClassName
{
background-color: #19129C;
}
.BgClassName
{
background-color: #19129C;
}
</style>
border-color css
<style>
span { border-color: #19129C; }
span { border-color: rgb(25,18,156); }
td.TdClassName
{
border-color: #19129C;
}
.TagClassName
{
border-color: #19129C;
}
</style>