Shades of Ultramarine #19079C
Tints of Ultramarine #19079C
RGB
CMYK
RGB Variations
Color information
#19079C (or 0x19079C) is known color: Ultramarine. HEX triplet: 19, 07 and 9C. RGB value is (25,7,156). Sum of RGB (Red+Green+Blue) = 25+7+156=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 156 (61.33% from 255 or 82.98% from 188); Max value from RGB is 156 - color contains mainly: blue. Hex color #19079C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19079C is #E6F863. Grayscale: #1C1C1C. Windows color (decimal): -15136868 or 10225433. OLE color: 10225433.
HSL color Cylindrical-coordinate representation of color #19079C: hue angle of 247.25º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19079C is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 7 | 156 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.39 |
| HSL | 247.25º | 0.91% | 0.32% | - |
| HSV(B) | 247.25º | 0.96% | 0.61% | - |
| XYZ | 6.48 | 2.76 | 31.64 | - |
| YUV | 29.37 | 199.46 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 156 | 0.84 | 0.96 | 0 | 0.39 | 247.25 | 0.91 | 0.32 |
| Hex | 19 | 7 | 9C | 54 | 60 | 0 | 27 | F7 | 5B | 20 |
| Octal | 31 | 7 | 234 | 124 | 140 | 0 | 47 | 367 | 133 | 40 |
| Binary | 11001 | 111 | 10011100 | 1010100 | 1100000 | 0 | 100111 | 11110111 | 1011011 | 100000 |
Color Harmonies of #19079C
Complementary color
Monochromatic Colors of #19079C
Black with #19079C
Text Example
Text Example
White with #19079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19079C; }
p { color: rgb(25,7,156); }
H1.HeaderClassName
{
color: #19079C;
}
.AnyTagClassName
{
color: #19079C;
}
</style>
background-color css
<style>
a { background-color: #19079C; }
a { background-color: rgb(25,7,156); }
div.DivClassName
{
background-color: #19079C;
}
.BgClassName
{
background-color: #19079C;
}
</style>
border-color css
<style>
span { border-color: #19079C; }
span { border-color: rgb(25,7,156); }
td.TdClassName
{
border-color: #19079C;
}
.TagClassName
{
border-color: #19079C;
}
</style>