Shades of Ultramarine #19009D
Tints of Ultramarine #19009D
RGB
CMYK
RGB Variations
Color information
#19009D (or 0x19009D) is known color: Ultramarine. HEX triplet: 19, 00 and 9D. RGB value is (25,0,157). Sum of RGB (Red+Green+Blue) = 25+0+157=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 157 (61.72% from 255 or 86.26% from 182); Max value from RGB is 157 - color contains mainly: blue. Hex color #19009D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19009D is #E6FF62. Grayscale: #181818. Windows color (decimal): -15138659 or 10289177. OLE color: 10289177.
HSL color Cylindrical-coordinate representation of color #19009D: hue angle of 249.55º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19009D is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 0 | 157 | - |
| CMYK | 0.84 | 1 | 0 | 0.38 |
| HSL | 249.55º | 1% | 0.31% | - |
| HSV(B) | 249.55º | 1% | 0.62% | - |
| XYZ | 6.49 | 2.64 | 32.07 | - |
| YUV | 25.37 | 202.28 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 157 | 0.84 | 1 | 0 | 0.38 | 249.55 | 1 | 0.31 |
| Hex | 19 | 0 | 9D | 54 | 64 | 0 | 26 | FA | 64 | 1F |
| Octal | 31 | 0 | 235 | 124 | 144 | 0 | 46 | 372 | 144 | 37 |
| Binary | 11001 | 0 | 10011101 | 1010100 | 1100100 | 0 | 100110 | 11111010 | 1100100 | 11111 |
Color Harmonies of #19009D
Complementary color
Monochromatic Colors of #19009D
Black with #19009D
Text Example
Text Example
White with #19009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19009D; }
p { color: rgb(25,0,157); }
H1.HeaderClassName
{
color: #19009D;
}
.AnyTagClassName
{
color: #19009D;
}
</style>
background-color css
<style>
a { background-color: #19009D; }
a { background-color: rgb(25,0,157); }
div.DivClassName
{
background-color: #19009D;
}
.BgClassName
{
background-color: #19009D;
}
</style>
border-color css
<style>
span { border-color: #19009D; }
span { border-color: rgb(25,0,157); }
td.TdClassName
{
border-color: #19009D;
}
.TagClassName
{
border-color: #19009D;
}
</style>