Shades of Ultramarine #19038F
Tints of Ultramarine #19038F
RGB
CMYK
RGB Variations
Color information
#19038F (or 0x19038F) is known color: Ultramarine. HEX triplet: 19, 03 and 8F. RGB value is (25,3,143). Sum of RGB (Red+Green+Blue) = 25+3+143=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 143 (56.25% from 255 or 83.63% from 171); Max value from RGB is 143 - color contains mainly: blue. Hex color #19038F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19038F is #E6FC70. Grayscale: #191919. Windows color (decimal): -15137905 or 9372441. OLE color: 9372441.
HSL color Cylindrical-coordinate representation of color #19038F: hue angle of 249.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19038F is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 3 | 143 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.44 |
| HSL | 249.43º | 0.96% | 0.29% | - |
| HSV(B) | 249.43º | 0.98% | 0.56% | - |
| XYZ | 5.39 | 2.25 | 26.14 | - |
| YUV | 25.54 | 194.29 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 143 | 0.83 | 0.98 | 0 | 0.44 | 249.43 | 0.96 | 0.29 |
| Hex | 19 | 3 | 8F | 53 | 62 | 0 | 2C | F9 | 60 | 1D |
| Octal | 31 | 3 | 217 | 123 | 142 | 0 | 54 | 371 | 140 | 35 |
| Binary | 11001 | 11 | 10001111 | 1010011 | 1100010 | 0 | 101100 | 11111001 | 1100000 | 11101 |
Color Harmonies of #19038F
Complementary color
Monochromatic Colors of #19038F
Black with #19038F
Text Example
Text Example
White with #19038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19038F; }
p { color: rgb(25,3,143); }
H1.HeaderClassName
{
color: #19038F;
}
.AnyTagClassName
{
color: #19038F;
}
</style>
background-color css
<style>
a { background-color: #19038F; }
a { background-color: rgb(25,3,143); }
div.DivClassName
{
background-color: #19038F;
}
.BgClassName
{
background-color: #19038F;
}
</style>
border-color css
<style>
span { border-color: #19038F; }
span { border-color: rgb(25,3,143); }
td.TdClassName
{
border-color: #19038F;
}
.TagClassName
{
border-color: #19038F;
}
</style>