Shades of Ultramarine #19017C
Tints of Ultramarine #19017C
RGB
CMYK
RGB Variations
Color information
#19017C (or 0x19017C) is known color: Ultramarine. HEX triplet: 19, 01 and 7C. RGB value is (25,1,124). Sum of RGB (Red+Green+Blue) = 25+1+124=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 124 (48.83% from 255 or 82.67% from 150); Max value from RGB is 124 - color contains mainly: blue. Hex color #19017C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19017C is #E6FE83. Grayscale: #151515. Windows color (decimal): -15138436 or 8126745. OLE color: 8126745.
HSL color Cylindrical-coordinate representation of color #19017C: hue angle of 251.71º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19017C is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 1 | 124 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.51 |
| HSL | 251.71º | 0.98% | 0.25% | - |
| HSV(B) | 251.71º | 0.99% | 0.49% | - |
| XYZ | 4.05 | 1.68 | 19.18 | - |
| YUV | 22.2 | 185.45 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 124 | 0.80 | 0.99 | 0 | 0.51 | 251.71 | 0.98 | 0.25 |
| Hex | 19 | 1 | 7C | 50 | 63 | 0 | 33 | FC | 62 | 19 |
| Octal | 31 | 1 | 174 | 120 | 143 | 0 | 63 | 374 | 142 | 31 |
| Binary | 11001 | 1 | 1111100 | 1010000 | 1100011 | 0 | 110011 | 11111100 | 1100010 | 11001 |
Color Harmonies of #19017C
Complementary color
Monochromatic Colors of #19017C
Black with #19017C
Text Example
Text Example
White with #19017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19017C; }
p { color: rgb(25,1,124); }
H1.HeaderClassName
{
color: #19017C;
}
.AnyTagClassName
{
color: #19017C;
}
</style>
background-color css
<style>
a { background-color: #19017C; }
a { background-color: rgb(25,1,124); }
div.DivClassName
{
background-color: #19017C;
}
.BgClassName
{
background-color: #19017C;
}
</style>
border-color css
<style>
span { border-color: #19017C; }
span { border-color: rgb(25,1,124); }
td.TdClassName
{
border-color: #19017C;
}
.TagClassName
{
border-color: #19017C;
}
</style>