Shades of Cobalt #1346AB
Tints of Cobalt #1346AB
RGB
CMYK
RGB Variations
Color information
#1346AB (or 0x1346AB) is known color: Cobalt. HEX triplet: 13, 46 and AB. RGB value is (19,70,171). Sum of RGB (Red+Green+Blue) = 19+70+171=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #1346AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1346AB is #ECB954. Grayscale: #414141. Windows color (decimal): -15513941 or 11224595. OLE color: 11224595.
HSL color Cylindrical-coordinate representation of color #1346AB: hue angle of 219.87º 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 #1346AB is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 70 | 171 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.33 |
| HSL | 219.87º | 0.8% | 0.37% | - |
| HSV(B) | 219.87º | 0.89% | 0.67% | - |
| XYZ | 9.81 | 7.46 | 39.45 | - |
| YUV | 66.27 | 187.1 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 171 | 0.89 | 0.59 | 0 | 0.33 | 219.87 | 0.8 | 0.37 |
| Hex | 13 | 46 | AB | 59 | 3B | 0 | 21 | DC | 50 | 25 |
| Octal | 23 | 106 | 253 | 131 | 73 | 0 | 41 | 334 | 120 | 45 |
| Binary | 10011 | 1000110 | 10101011 | 1011001 | 111011 | 0 | 100001 | 11011100 | 1010000 | 100101 |
Color Harmonies of #1346AB
Complementary color
Monochromatic Colors of #1346AB
Black with #1346AB
Text Example
Text Example
White with #1346AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1346AB; }
p { color: rgb(19,70,171); }
H1.HeaderClassName
{
color: #1346AB;
}
.AnyTagClassName
{
color: #1346AB;
}
</style>
background-color css
<style>
a { background-color: #1346AB; }
a { background-color: rgb(19,70,171); }
div.DivClassName
{
background-color: #1346AB;
}
.BgClassName
{
background-color: #1346AB;
}
</style>
border-color css
<style>
span { border-color: #1346AB; }
span { border-color: rgb(19,70,171); }
td.TdClassName
{
border-color: #1346AB;
}
.TagClassName
{
border-color: #1346AB;
}
</style>