Shades of Ultramarine #19009C
Tints of Ultramarine #19009C
RGB
CMYK
RGB Variations
Color information
#19009C (or 0x19009C) is known color: Ultramarine. HEX triplet: 19, 00 and 9C. RGB value is (25,0,156). Sum of RGB (Red+Green+Blue) = 25+0+156=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 156 (61.33% from 255 or 86.19% from 181); Max value from RGB is 156 - color contains mainly: blue. Hex color #19009C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19009C is #E6FF63. Grayscale: #181818. Windows color (decimal): -15138660 or 10223641. OLE color: 10223641.
HSL color Cylindrical-coordinate representation of color #19009C: hue angle of 249.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19009C is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 0 | 156 | - |
| CMYK | 0.84 | 1 | 0 | 0.39 |
| HSL | 249.62º | 1% | 0.31% | - |
| HSV(B) | 249.62º | 1% | 0.61% | - |
| XYZ | 6.4 | 2.61 | 31.62 | - |
| YUV | 25.26 | 201.78 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 156 | 0.84 | 1 | 0 | 0.39 | 249.62 | 1 | 0.31 |
| Hex | 19 | 0 | 9C | 54 | 64 | 0 | 27 | FA | 64 | 1F |
| Octal | 31 | 0 | 234 | 124 | 144 | 0 | 47 | 372 | 144 | 37 |
| Binary | 11001 | 0 | 10011100 | 1010100 | 1100100 | 0 | 100111 | 11111010 | 1100100 | 11111 |
Color Harmonies of #19009C
Complementary color
Monochromatic Colors of #19009C
Black with #19009C
Text Example
Text Example
White with #19009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19009C; }
p { color: rgb(25,0,156); }
H1.HeaderClassName
{
color: #19009C;
}
.AnyTagClassName
{
color: #19009C;
}
</style>
background-color css
<style>
a { background-color: #19009C; }
a { background-color: rgb(25,0,156); }
div.DivClassName
{
background-color: #19009C;
}
.BgClassName
{
background-color: #19009C;
}
</style>
border-color css
<style>
span { border-color: #19009C; }
span { border-color: rgb(25,0,156); }
td.TdClassName
{
border-color: #19009C;
}
.TagClassName
{
border-color: #19009C;
}
</style>