Shades of Cobalt #13549C
Tints of Cobalt #13549C
RGB
CMYK
RGB Variations
Color information
#13549C (or 0x13549C) is known color: Cobalt. HEX triplet: 13, 54 and 9C. RGB value is (19,84,156). Sum of RGB (Red+Green+Blue) = 19+84+156=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #13549C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13549C is #ECAB63. Grayscale: #484848. Windows color (decimal): -15510372 or 10245139. OLE color: 10245139.
HSL color Cylindrical-coordinate representation of color #13549C: hue angle of 211.53º 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 #13549C is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 84 | 156 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.39 |
| HSL | 211.53º | 0.78% | 0.34% | - |
| HSV(B) | 211.53º | 0.88% | 0.61% | - |
| XYZ | 9.44 | 8.88 | 32.67 | - |
| YUV | 72.77 | 174.97 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 156 | 0.88 | 0.46 | 0 | 0.39 | 211.53 | 0.78 | 0.34 |
| Hex | 13 | 54 | 9C | 58 | 2E | 0 | 27 | D4 | 4E | 22 |
| Octal | 23 | 124 | 234 | 130 | 56 | 0 | 47 | 324 | 116 | 42 |
| Binary | 10011 | 1010100 | 10011100 | 1011000 | 101110 | 0 | 100111 | 11010100 | 1001110 | 100010 |
Color Harmonies of #13549C
Complementary color
Monochromatic Colors of #13549C
Black with #13549C
Text Example
Text Example
White with #13549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13549C; }
p { color: rgb(19,84,156); }
H1.HeaderClassName
{
color: #13549C;
}
.AnyTagClassName
{
color: #13549C;
}
</style>
background-color css
<style>
a { background-color: #13549C; }
a { background-color: rgb(19,84,156); }
div.DivClassName
{
background-color: #13549C;
}
.BgClassName
{
background-color: #13549C;
}
</style>
border-color css
<style>
span { border-color: #13549C; }
span { border-color: rgb(19,84,156); }
td.TdClassName
{
border-color: #13549C;
}
.TagClassName
{
border-color: #13549C;
}
</style>