Shades of Ultramarine #1314AB
Tints of Ultramarine #1314AB
RGB
CMYK
RGB Variations
Color information
#1314AB (or 0x1314AB) is known color: Ultramarine. HEX triplet: 13, 14 and AB. RGB value is (19,20,171). Sum of RGB (Red+Green+Blue) = 19+20+171=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 171 (67.19% from 255 or 81.43% from 210); Max value from RGB is 171 - color contains mainly: blue. Hex color #1314AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1314AB is #ECEB54. Grayscale: #242424. Windows color (decimal): -15526741 or 11211795. OLE color: 11211795.
HSL color Cylindrical-coordinate representation of color #1314AB: hue angle of 239.61º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1314AB is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 20 | 171 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.33 |
| HSL | 239.61º | 0.8% | 0.37% | - |
| HSV(B) | 239.61º | 0.89% | 0.67% | - |
| XYZ | 7.87 | 3.58 | 38.8 | - |
| YUV | 36.92 | 203.67 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 171 | 0.89 | 0.88 | 0 | 0.33 | 239.61 | 0.8 | 0.37 |
| Hex | 13 | 14 | AB | 59 | 58 | 0 | 21 | F0 | 50 | 25 |
| Octal | 23 | 24 | 253 | 131 | 130 | 0 | 41 | 360 | 120 | 45 |
| Binary | 10011 | 10100 | 10101011 | 1011001 | 1011000 | 0 | 100001 | 11110000 | 1010000 | 100101 |
Color Harmonies of #1314AB
Complementary color
Monochromatic Colors of #1314AB
Black with #1314AB
Text Example
Text Example
White with #1314AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1314AB; }
p { color: rgb(19,20,171); }
H1.HeaderClassName
{
color: #1314AB;
}
.AnyTagClassName
{
color: #1314AB;
}
</style>
background-color css
<style>
a { background-color: #1314AB; }
a { background-color: rgb(19,20,171); }
div.DivClassName
{
background-color: #1314AB;
}
.BgClassName
{
background-color: #1314AB;
}
</style>
border-color css
<style>
span { border-color: #1314AB; }
span { border-color: rgb(19,20,171); }
td.TdClassName
{
border-color: #1314AB;
}
.TagClassName
{
border-color: #1314AB;
}
</style>