Shades of Cobalt #13539C
Tints of Cobalt #13539C
RGB
CMYK
RGB Variations
Color information
#13539C (or 0x13539C) is known color: Cobalt. HEX triplet: 13, 53 and 9C. RGB value is (19,83,156). Sum of RGB (Red+Green+Blue) = 19+83+156=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #13539C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13539C is #ECAC63. Grayscale: #474747. Windows color (decimal): -15510628 or 10244883. OLE color: 10244883.
HSL color Cylindrical-coordinate representation of color #13539C: hue angle of 211.97º 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 #13539C is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 83 | 156 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.39 |
| HSL | 211.97º | 0.78% | 0.34% | - |
| HSV(B) | 211.97º | 0.88% | 0.61% | - |
| XYZ | 9.36 | 8.73 | 32.64 | - |
| YUV | 72.19 | 175.3 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 156 | 0.88 | 0.47 | 0 | 0.39 | 211.97 | 0.78 | 0.34 |
| Hex | 13 | 53 | 9C | 58 | 2F | 0 | 27 | D4 | 4E | 22 |
| Octal | 23 | 123 | 234 | 130 | 57 | 0 | 47 | 324 | 116 | 42 |
| Binary | 10011 | 1010011 | 10011100 | 1011000 | 101111 | 0 | 100111 | 11010100 | 1001110 | 100010 |
Color Harmonies of #13539C
Complementary color
Monochromatic Colors of #13539C
Black with #13539C
Text Example
Text Example
White with #13539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13539C; }
p { color: rgb(19,83,156); }
H1.HeaderClassName
{
color: #13539C;
}
.AnyTagClassName
{
color: #13539C;
}
</style>
background-color css
<style>
a { background-color: #13539C; }
a { background-color: rgb(19,83,156); }
div.DivClassName
{
background-color: #13539C;
}
.BgClassName
{
background-color: #13539C;
}
</style>
border-color css
<style>
span { border-color: #13539C; }
span { border-color: rgb(19,83,156); }
td.TdClassName
{
border-color: #13539C;
}
.TagClassName
{
border-color: #13539C;
}
</style>