Shades of Ultramarine #19149F
Tints of Ultramarine #19149F
RGB
CMYK
RGB Variations
Color information
#19149F (or 0x19149F) is known color: Ultramarine. HEX triplet: 19, 14 and 9F. RGB value is (25,20,159). Sum of RGB (Red+Green+Blue) = 25+20+159=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 159 (62.5% from 255 or 77.94% from 204); Max value from RGB is 159 - color contains mainly: blue. Hex color #19149F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19149F is #E6EB60. Grayscale: #242424. Windows color (decimal): -15133537 or 10425369. OLE color: 10425369.
HSL color Cylindrical-coordinate representation of color #19149F: hue angle of 242.16º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19149F is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 20 | 159 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.38 |
| HSL | 242.16º | 0.78% | 0.35% | - |
| HSV(B) | 242.16º | 0.87% | 0.62% | - |
| XYZ | 6.91 | 3.21 | 33.06 | - |
| YUV | 37.34 | 196.66 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 159 | 0.84 | 0.87 | 0 | 0.38 | 242.16 | 0.78 | 0.35 |
| Hex | 19 | 14 | 9F | 54 | 57 | 0 | 26 | F2 | 4E | 23 |
| Octal | 31 | 24 | 237 | 124 | 127 | 0 | 46 | 362 | 116 | 43 |
| Binary | 11001 | 10100 | 10011111 | 1010100 | 1010111 | 0 | 100110 | 11110010 | 1001110 | 100011 |
Color Harmonies of #19149F
Complementary color
Monochromatic Colors of #19149F
Black with #19149F
Text Example
Text Example
White with #19149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19149F; }
p { color: rgb(25,20,159); }
H1.HeaderClassName
{
color: #19149F;
}
.AnyTagClassName
{
color: #19149F;
}
</style>
background-color css
<style>
a { background-color: #19149F; }
a { background-color: rgb(25,20,159); }
div.DivClassName
{
background-color: #19149F;
}
.BgClassName
{
background-color: #19149F;
}
</style>
border-color css
<style>
span { border-color: #19149F; }
span { border-color: rgb(25,20,159); }
td.TdClassName
{
border-color: #19149F;
}
.TagClassName
{
border-color: #19149F;
}
</style>