Shades of Ultramarine #19089C
Tints of Ultramarine #19089C
RGB
CMYK
RGB Variations
Color information
#19089C (or 0x19089C) is known color: Ultramarine. HEX triplet: 19, 08 and 9C. RGB value is (25,8,156). Sum of RGB (Red+Green+Blue) = 25+8+156=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 156 (61.33% from 255 or 82.54% from 189); Max value from RGB is 156 - color contains mainly: blue. Hex color #19089C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19089C is #E6F763. Grayscale: #1D1D1D. Windows color (decimal): -15136612 or 10225689. OLE color: 10225689.
HSL color Cylindrical-coordinate representation of color #19089C: hue angle of 246.89º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #19089C is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 8 | 156 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.39 |
| HSL | 246.89º | 0.9% | 0.32% | - |
| HSV(B) | 246.89º | 0.95% | 0.61% | - |
| XYZ | 6.49 | 2.78 | 31.65 | - |
| YUV | 29.96 | 199.13 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 156 | 0.84 | 0.95 | 0 | 0.39 | 246.89 | 0.9 | 0.32 |
| Hex | 19 | 8 | 9C | 54 | 5F | 0 | 27 | F7 | 5A | 20 |
| Octal | 31 | 10 | 234 | 124 | 137 | 0 | 47 | 367 | 132 | 40 |
| Binary | 11001 | 1000 | 10011100 | 1010100 | 1011111 | 0 | 100111 | 11110111 | 1011010 | 100000 |
Color Harmonies of #19089C
Complementary color
Monochromatic Colors of #19089C
Black with #19089C
Text Example
Text Example
White with #19089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19089C; }
p { color: rgb(25,8,156); }
H1.HeaderClassName
{
color: #19089C;
}
.AnyTagClassName
{
color: #19089C;
}
</style>
background-color css
<style>
a { background-color: #19089C; }
a { background-color: rgb(25,8,156); }
div.DivClassName
{
background-color: #19089C;
}
.BgClassName
{
background-color: #19089C;
}
</style>
border-color css
<style>
span { border-color: #19089C; }
span { border-color: rgb(25,8,156); }
td.TdClassName
{
border-color: #19089C;
}
.TagClassName
{
border-color: #19089C;
}
</style>