Shades of Ultramarine #1316A1
Tints of Ultramarine #1316A1
RGB
CMYK
RGB Variations
Color information
#1316A1 (or 0x1316A1) is known color: Ultramarine. HEX triplet: 13, 16 and A1. RGB value is (19,22,161). Sum of RGB (Red+Green+Blue) = 19+22+161=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 161 (63.28% from 255 or 79.70% from 202); Max value from RGB is 161 - color contains mainly: blue. Hex color #1316A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1316A1 is #ECE95E. Grayscale: #242424. Windows color (decimal): -15526239 or 10556947. OLE color: 10556947.
HSL color Cylindrical-coordinate representation of color #1316A1: hue angle of 238.73º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1316A1 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 22 | 161 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.37 |
| HSL | 238.73º | 0.79% | 0.35% | - |
| HSV(B) | 238.73º | 0.88% | 0.63% | - |
| XYZ | 6.99 | 3.29 | 33.98 | - |
| YUV | 36.95 | 198.01 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 161 | 0.88 | 0.86 | 0 | 0.37 | 238.73 | 0.79 | 0.35 |
| Hex | 13 | 16 | A1 | 58 | 56 | 0 | 25 | EF | 4F | 23 |
| Octal | 23 | 26 | 241 | 130 | 126 | 0 | 45 | 357 | 117 | 43 |
| Binary | 10011 | 10110 | 10100001 | 1011000 | 1010110 | 0 | 100101 | 11101111 | 1001111 | 100011 |
Color Harmonies of #1316A1
Complementary color
Monochromatic Colors of #1316A1
Black with #1316A1
Text Example
Text Example
White with #1316A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1316A1; }
p { color: rgb(19,22,161); }
H1.HeaderClassName
{
color: #1316A1;
}
.AnyTagClassName
{
color: #1316A1;
}
</style>
background-color css
<style>
a { background-color: #1316A1; }
a { background-color: rgb(19,22,161); }
div.DivClassName
{
background-color: #1316A1;
}
.BgClassName
{
background-color: #1316A1;
}
</style>
border-color css
<style>
span { border-color: #1316A1; }
span { border-color: rgb(19,22,161); }
td.TdClassName
{
border-color: #1316A1;
}
.TagClassName
{
border-color: #1316A1;
}
</style>