Shades of Ultramarine #19108B
Tints of Ultramarine #19108B
RGB
CMYK
RGB Variations
Color information
#19108B (or 0x19108B) is known color: Ultramarine. HEX triplet: 19, 10 and 8B. RGB value is (25,16,139). Sum of RGB (Red+Green+Blue) = 25+16+139=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 139 (54.69% from 255 or 77.22% from 180); Max value from RGB is 139 - color contains mainly: blue. Hex color #19108B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19108B is #E6EF74. Grayscale: #202020. Windows color (decimal): -15134581 or 9113625. OLE color: 9113625.
HSL color Cylindrical-coordinate representation of color #19108B: hue angle of 244.39º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19108B is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 16 | 139 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.45 |
| HSL | 244.39º | 0.79% | 0.3% | - |
| HSV(B) | 244.39º | 0.88% | 0.55% | - |
| XYZ | 5.25 | 2.44 | 24.62 | - |
| YUV | 32.71 | 187.98 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 139 | 0.82 | 0.88 | 0 | 0.45 | 244.39 | 0.79 | 0.3 |
| Hex | 19 | 10 | 8B | 52 | 58 | 0 | 2D | F4 | 4F | 1E |
| Octal | 31 | 20 | 213 | 122 | 130 | 0 | 55 | 364 | 117 | 36 |
| Binary | 11001 | 10000 | 10001011 | 1010010 | 1011000 | 0 | 101101 | 11110100 | 1001111 | 11110 |
Color Harmonies of #19108B
Complementary color
Monochromatic Colors of #19108B
Black with #19108B
Text Example
Text Example
White with #19108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19108B; }
p { color: rgb(25,16,139); }
H1.HeaderClassName
{
color: #19108B;
}
.AnyTagClassName
{
color: #19108B;
}
</style>
background-color css
<style>
a { background-color: #19108B; }
a { background-color: rgb(25,16,139); }
div.DivClassName
{
background-color: #19108B;
}
.BgClassName
{
background-color: #19108B;
}
</style>
border-color css
<style>
span { border-color: #19108B; }
span { border-color: rgb(25,16,139); }
td.TdClassName
{
border-color: #19108B;
}
.TagClassName
{
border-color: #19108B;
}
</style>