Shades of Ultramarine #13199C
Tints of Ultramarine #13199C
RGB
CMYK
RGB Variations
Color information
#13199C (or 0x13199C) is known color: Ultramarine. HEX triplet: 13, 19 and 9C. RGB value is (19,25,156). Sum of RGB (Red+Green+Blue) = 19+25+156=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 156 (61.33% from 255 or 78% from 200); Max value from RGB is 156 - color contains mainly: blue. Hex color #13199C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13199C is #ECE663. Grayscale: #252525. Windows color (decimal): -15525476 or 10230035. OLE color: 10230035.
HSL color Cylindrical-coordinate representation of color #13199C: hue angle of 237.37º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13199C is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 25 | 156 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.39 |
| HSL | 237.37º | 0.78% | 0.34% | - |
| HSV(B) | 237.37º | 0.88% | 0.61% | - |
| XYZ | 6.62 | 3.23 | 31.73 | - |
| YUV | 38.14 | 194.51 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 156 | 0.88 | 0.84 | 0 | 0.39 | 237.37 | 0.78 | 0.34 |
| Hex | 13 | 19 | 9C | 58 | 54 | 0 | 27 | ED | 4E | 22 |
| Octal | 23 | 31 | 234 | 130 | 124 | 0 | 47 | 355 | 116 | 42 |
| Binary | 10011 | 11001 | 10011100 | 1011000 | 1010100 | 0 | 100111 | 11101101 | 1001110 | 100010 |
Color Harmonies of #13199C
Complementary color
Monochromatic Colors of #13199C
Black with #13199C
Text Example
Text Example
White with #13199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13199C; }
p { color: rgb(19,25,156); }
H1.HeaderClassName
{
color: #13199C;
}
.AnyTagClassName
{
color: #13199C;
}
</style>
background-color css
<style>
a { background-color: #13199C; }
a { background-color: rgb(19,25,156); }
div.DivClassName
{
background-color: #13199C;
}
.BgClassName
{
background-color: #13199C;
}
</style>
border-color css
<style>
span { border-color: #13199C; }
span { border-color: rgb(19,25,156); }
td.TdClassName
{
border-color: #13199C;
}
.TagClassName
{
border-color: #13199C;
}
</style>