Shades of Ultramarine #19107F
Tints of Ultramarine #19107F
RGB
CMYK
RGB Variations
Color information
#19107F (or 0x19107F) is known color: Ultramarine. HEX triplet: 19, 10 and 7F. RGB value is (25,16,127). Sum of RGB (Red+Green+Blue) = 25+16+127=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 127 (50% from 255 or 75.60% from 168); Max value from RGB is 127 - color contains mainly: blue. Hex color #19107F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19107F is #E6EF80. Grayscale: #1E1E1E. Windows color (decimal): -15134593 or 8327193. OLE color: 8327193.
HSL color Cylindrical-coordinate representation of color #19107F: hue angle of 244.86º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19107F is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 16 | 127 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.50 |
| HSL | 244.86º | 0.78% | 0.28% | - |
| HSV(B) | 244.86º | 0.87% | 0.5% | - |
| XYZ | 4.42 | 2.11 | 20.25 | - |
| YUV | 31.35 | 181.98 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 127 | 0.80 | 0.87 | 0 | 0.50 | 244.86 | 0.78 | 0.28 |
| Hex | 19 | 10 | 7F | 50 | 57 | 0 | 32 | F5 | 4E | 1C |
| Octal | 31 | 20 | 177 | 120 | 127 | 0 | 62 | 365 | 116 | 34 |
| Binary | 11001 | 10000 | 1111111 | 1010000 | 1010111 | 0 | 110010 | 11110101 | 1001110 | 11100 |
Color Harmonies of #19107F
Complementary color
Monochromatic Colors of #19107F
Black with #19107F
Text Example
Text Example
White with #19107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19107F; }
p { color: rgb(25,16,127); }
H1.HeaderClassName
{
color: #19107F;
}
.AnyTagClassName
{
color: #19107F;
}
</style>
background-color css
<style>
a { background-color: #19107F; }
a { background-color: rgb(25,16,127); }
div.DivClassName
{
background-color: #19107F;
}
.BgClassName
{
background-color: #19107F;
}
</style>
border-color css
<style>
span { border-color: #19107F; }
span { border-color: rgb(25,16,127); }
td.TdClassName
{
border-color: #19107F;
}
.TagClassName
{
border-color: #19107F;
}
</style>