Shades of Cobalt #1346A9
Tints of Cobalt #1346A9
RGB
CMYK
RGB Variations
Color information
#1346A9 (or 0x1346A9) is known color: Cobalt. HEX triplet: 13, 46 and A9. RGB value is (19,70,169). Sum of RGB (Red+Green+Blue) = 19+70+169=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 169 (66.41% from 255 or 65.50% from 258); Max value from RGB is 169 - color contains mainly: blue. Hex color #1346A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1346A9 is #ECB956. Grayscale: #414141. Windows color (decimal): -15513943 or 11093523. OLE color: 11093523.
HSL color Cylindrical-coordinate representation of color #1346A9: hue angle of 219.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1346A9 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 70 | 169 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.34 |
| HSL | 219.6º | 0.8% | 0.37% | - |
| HSV(B) | 219.6º | 0.89% | 0.66% | - |
| XYZ | 9.62 | 7.38 | 38.45 | - |
| YUV | 66.04 | 186.1 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 169 | 0.89 | 0.59 | 0 | 0.34 | 219.6 | 0.8 | 0.37 |
| Hex | 13 | 46 | A9 | 59 | 3B | 0 | 22 | DC | 50 | 25 |
| Octal | 23 | 106 | 251 | 131 | 73 | 0 | 42 | 334 | 120 | 45 |
| Binary | 10011 | 1000110 | 10101001 | 1011001 | 111011 | 0 | 100010 | 11011100 | 1010000 | 100101 |
Color Harmonies of #1346A9
Complementary color
Monochromatic Colors of #1346A9
Black with #1346A9
Text Example
Text Example
White with #1346A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1346A9; }
p { color: rgb(19,70,169); }
H1.HeaderClassName
{
color: #1346A9;
}
.AnyTagClassName
{
color: #1346A9;
}
</style>
background-color css
<style>
a { background-color: #1346A9; }
a { background-color: rgb(19,70,169); }
div.DivClassName
{
background-color: #1346A9;
}
.BgClassName
{
background-color: #1346A9;
}
</style>
border-color css
<style>
span { border-color: #1346A9; }
span { border-color: rgb(19,70,169); }
td.TdClassName
{
border-color: #1346A9;
}
.TagClassName
{
border-color: #1346A9;
}
</style>