Shades of Cobalt #13539E
Tints of Cobalt #13539E
RGB
CMYK
RGB Variations
Color information
#13539E (or 0x13539E) is known color: Cobalt. HEX triplet: 13, 53 and 9E. RGB value is (19,83,158). Sum of RGB (Red+Green+Blue) = 19+83+158=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #13539E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13539E is #ECAC61. Grayscale: #484848. Windows color (decimal): -15510626 or 10375955. OLE color: 10375955.
HSL color Cylindrical-coordinate representation of color #13539E: hue angle of 212.37º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13539E is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 83 | 158 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.38 |
| HSL | 212.37º | 0.79% | 0.35% | - |
| HSV(B) | 212.37º | 0.88% | 0.62% | - |
| XYZ | 9.53 | 8.79 | 33.54 | - |
| YUV | 72.41 | 176.3 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 158 | 0.88 | 0.47 | 0 | 0.38 | 212.37 | 0.79 | 0.35 |
| Hex | 13 | 53 | 9E | 58 | 2F | 0 | 26 | D4 | 4F | 23 |
| Octal | 23 | 123 | 236 | 130 | 57 | 0 | 46 | 324 | 117 | 43 |
| Binary | 10011 | 1010011 | 10011110 | 1011000 | 101111 | 0 | 100110 | 11010100 | 1001111 | 100011 |
Color Harmonies of #13539E
Complementary color
Monochromatic Colors of #13539E
Black with #13539E
Text Example
Text Example
White with #13539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13539E; }
p { color: rgb(19,83,158); }
H1.HeaderClassName
{
color: #13539E;
}
.AnyTagClassName
{
color: #13539E;
}
</style>
background-color css
<style>
a { background-color: #13539E; }
a { background-color: rgb(19,83,158); }
div.DivClassName
{
background-color: #13539E;
}
.BgClassName
{
background-color: #13539E;
}
</style>
border-color css
<style>
span { border-color: #13539E; }
span { border-color: rgb(19,83,158); }
td.TdClassName
{
border-color: #13539E;
}
.TagClassName
{
border-color: #13539E;
}
</style>