Shades of Cobalt #13559D
Tints of Cobalt #13559D
RGB
CMYK
RGB Variations
Color information
#13559D (or 0x13559D) is known color: Cobalt. HEX triplet: 13, 55 and 9D. RGB value is (19,85,157). Sum of RGB (Red+Green+Blue) = 19+85+157=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #13559D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13559D is #ECAA62. Grayscale: #494949. Windows color (decimal): -15510115 or 10310931. OLE color: 10310931.
HSL color Cylindrical-coordinate representation of color #13559D: hue angle of 211.3º degrees, saturation: 0.78, 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 #13559D is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 85 | 157 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.38 |
| HSL | 211.3º | 0.78% | 0.35% | - |
| HSV(B) | 211.3º | 0.88% | 0.62% | - |
| XYZ | 9.6 | 9.07 | 33.14 | - |
| YUV | 73.47 | 175.13 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 157 | 0.88 | 0.46 | 0 | 0.38 | 211.3 | 0.78 | 0.35 |
| Hex | 13 | 55 | 9D | 58 | 2E | 0 | 26 | D3 | 4E | 23 |
| Octal | 23 | 125 | 235 | 130 | 56 | 0 | 46 | 323 | 116 | 43 |
| Binary | 10011 | 1010101 | 10011101 | 1011000 | 101110 | 0 | 100110 | 11010011 | 1001110 | 100011 |
Color Harmonies of #13559D
Complementary color
Monochromatic Colors of #13559D
Black with #13559D
Text Example
Text Example
White with #13559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13559D; }
p { color: rgb(19,85,157); }
H1.HeaderClassName
{
color: #13559D;
}
.AnyTagClassName
{
color: #13559D;
}
</style>
background-color css
<style>
a { background-color: #13559D; }
a { background-color: rgb(19,85,157); }
div.DivClassName
{
background-color: #13559D;
}
.BgClassName
{
background-color: #13559D;
}
</style>
border-color css
<style>
span { border-color: #13559D; }
span { border-color: rgb(19,85,157); }
td.TdClassName
{
border-color: #13559D;
}
.TagClassName
{
border-color: #13559D;
}
</style>