Shades of Ultramarine #19028C
Tints of Ultramarine #19028C
RGB
CMYK
RGB Variations
Color information
#19028C (or 0x19028C) is known color: Ultramarine. HEX triplet: 19, 02 and 8C. RGB value is (25,2,140). Sum of RGB (Red+Green+Blue) = 25+2+140=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 140 (55.08% from 255 or 83.83% from 167); Max value from RGB is 140 - color contains mainly: blue. Hex color #19028C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19028C is #E6FD73. Grayscale: #181818. Windows color (decimal): -15138164 or 9175577. OLE color: 9175577.
HSL color Cylindrical-coordinate representation of color #19028C: hue angle of 250º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19028C is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 2 | 140 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.45 |
| HSL | 250º | 0.97% | 0.28% | - |
| HSV(B) | 250º | 0.99% | 0.55% | - |
| XYZ | 5.16 | 2.14 | 24.95 | - |
| YUV | 24.61 | 193.12 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 140 | 0.82 | 0.99 | 0 | 0.45 | 250 | 0.97 | 0.28 |
| Hex | 19 | 2 | 8C | 52 | 63 | 0 | 2D | FA | 61 | 1C |
| Octal | 31 | 2 | 214 | 122 | 143 | 0 | 55 | 372 | 141 | 34 |
| Binary | 11001 | 10 | 10001100 | 1010010 | 1100011 | 0 | 101101 | 11111010 | 1100001 | 11100 |
Color Harmonies of #19028C
Complementary color
Monochromatic Colors of #19028C
Black with #19028C
Text Example
Text Example
White with #19028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19028C; }
p { color: rgb(25,2,140); }
H1.HeaderClassName
{
color: #19028C;
}
.AnyTagClassName
{
color: #19028C;
}
</style>
background-color css
<style>
a { background-color: #19028C; }
a { background-color: rgb(25,2,140); }
div.DivClassName
{
background-color: #19028C;
}
.BgClassName
{
background-color: #19028C;
}
</style>
border-color css
<style>
span { border-color: #19028C; }
span { border-color: rgb(25,2,140); }
td.TdClassName
{
border-color: #19028C;
}
.TagClassName
{
border-color: #19028C;
}
</style>