Shades of Ultramarine #19109B
Tints of Ultramarine #19109B
RGB
CMYK
RGB Variations
Color information
#19109B (or 0x19109B) is known color: Ultramarine. HEX triplet: 19, 10 and 9B. RGB value is (25,16,155). Sum of RGB (Red+Green+Blue) = 25+16+155=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 155 (60.94% from 255 or 79.08% from 196); Max value from RGB is 155 - color contains mainly: blue. Hex color #19109B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19109B is #E6EF64. Grayscale: #212121. Windows color (decimal): -15134565 or 10162201. OLE color: 10162201.
HSL color Cylindrical-coordinate representation of color #19109B: hue angle of 243.88º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19109B is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 16 | 155 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.39 |
| HSL | 243.88º | 0.81% | 0.34% | - |
| HSV(B) | 243.88º | 0.9% | 0.61% | - |
| XYZ | 6.5 | 2.94 | 31.24 | - |
| YUV | 34.54 | 195.98 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 155 | 0.84 | 0.90 | 0 | 0.39 | 243.88 | 0.81 | 0.34 |
| Hex | 19 | 10 | 9B | 54 | 5A | 0 | 27 | F4 | 51 | 22 |
| Octal | 31 | 20 | 233 | 124 | 132 | 0 | 47 | 364 | 121 | 42 |
| Binary | 11001 | 10000 | 10011011 | 1010100 | 1011010 | 0 | 100111 | 11110100 | 1010001 | 100010 |
Color Harmonies of #19109B
Complementary color
Monochromatic Colors of #19109B
Black with #19109B
Text Example
Text Example
White with #19109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19109B; }
p { color: rgb(25,16,155); }
H1.HeaderClassName
{
color: #19109B;
}
.AnyTagClassName
{
color: #19109B;
}
</style>
background-color css
<style>
a { background-color: #19109B; }
a { background-color: rgb(25,16,155); }
div.DivClassName
{
background-color: #19109B;
}
.BgClassName
{
background-color: #19109B;
}
</style>
border-color css
<style>
span { border-color: #19109B; }
span { border-color: rgb(25,16,155); }
td.TdClassName
{
border-color: #19109B;
}
.TagClassName
{
border-color: #19109B;
}
</style>