Shades of Ultramarine #19099F
Tints of Ultramarine #19099F
RGB
CMYK
RGB Variations
Color information
#19099F (or 0x19099F) is known color: Ultramarine. HEX triplet: 19, 09 and 9F. RGB value is (25,9,159). Sum of RGB (Red+Green+Blue) = 25+9+159=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 159 (62.5% from 255 or 82.38% from 193); Max value from RGB is 159 - color contains mainly: blue. Hex color #19099F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19099F is #E6F660. Grayscale: #1E1E1E. Windows color (decimal): -15136353 or 10422553. OLE color: 10422553.
HSL color Cylindrical-coordinate representation of color #19099F: hue angle of 246.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19099F is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 9 | 159 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.38 |
| HSL | 246.4º | 0.89% | 0.33% | - |
| HSV(B) | 246.4º | 0.94% | 0.62% | - |
| XYZ | 6.76 | 2.91 | 33.01 | - |
| YUV | 30.88 | 200.3 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 159 | 0.84 | 0.94 | 0 | 0.38 | 246.4 | 0.89 | 0.33 |
| Hex | 19 | 9 | 9F | 54 | 5E | 0 | 26 | F6 | 59 | 21 |
| Octal | 31 | 11 | 237 | 124 | 136 | 0 | 46 | 366 | 131 | 41 |
| Binary | 11001 | 1001 | 10011111 | 1010100 | 1011110 | 0 | 100110 | 11110110 | 1011001 | 100001 |
Color Harmonies of #19099F
Complementary color
Monochromatic Colors of #19099F
Black with #19099F
Text Example
Text Example
White with #19099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19099F; }
p { color: rgb(25,9,159); }
H1.HeaderClassName
{
color: #19099F;
}
.AnyTagClassName
{
color: #19099F;
}
</style>
background-color css
<style>
a { background-color: #19099F; }
a { background-color: rgb(25,9,159); }
div.DivClassName
{
background-color: #19099F;
}
.BgClassName
{
background-color: #19099F;
}
</style>
border-color css
<style>
span { border-color: #19099F; }
span { border-color: rgb(25,9,159); }
td.TdClassName
{
border-color: #19099F;
}
.TagClassName
{
border-color: #19099F;
}
</style>