Shades of Ultramarine #13198E
Tints of Ultramarine #13198E
RGB
CMYK
RGB Variations
Color information
#13198E (or 0x13198E) is known color: Ultramarine. HEX triplet: 13, 19 and 8E. RGB value is (19,25,142). Sum of RGB (Red+Green+Blue) = 19+25+142=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 142 (55.86% from 255 or 76.34% from 186); Max value from RGB is 142 - color contains mainly: blue. Hex color #13198E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13198E is #ECE671. Grayscale: #242424. Windows color (decimal): -15525490 or 9312531. OLE color: 9312531.
HSL color Cylindrical-coordinate representation of color #13198E: hue angle of 237.07º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13198E is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 25 | 142 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.44 |
| HSL | 237.07º | 0.76% | 0.32% | - |
| HSV(B) | 237.07º | 0.87% | 0.56% | - |
| XYZ | 5.5 | 2.79 | 25.84 | - |
| YUV | 36.54 | 187.51 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 142 | 0.87 | 0.82 | 0 | 0.44 | 237.07 | 0.76 | 0.32 |
| Hex | 13 | 19 | 8E | 57 | 52 | 0 | 2C | ED | 4C | 20 |
| Octal | 23 | 31 | 216 | 127 | 122 | 0 | 54 | 355 | 114 | 40 |
| Binary | 10011 | 11001 | 10001110 | 1010111 | 1010010 | 0 | 101100 | 11101101 | 1001100 | 100000 |
Color Harmonies of #13198E
Complementary color
Monochromatic Colors of #13198E
Black with #13198E
Text Example
Text Example
White with #13198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13198E; }
p { color: rgb(19,25,142); }
H1.HeaderClassName
{
color: #13198E;
}
.AnyTagClassName
{
color: #13198E;
}
</style>
background-color css
<style>
a { background-color: #13198E; }
a { background-color: rgb(19,25,142); }
div.DivClassName
{
background-color: #13198E;
}
.BgClassName
{
background-color: #13198E;
}
</style>
border-color css
<style>
span { border-color: #13198E; }
span { border-color: rgb(19,25,142); }
td.TdClassName
{
border-color: #13198E;
}
.TagClassName
{
border-color: #13198E;
}
</style>