Shades of Cobalt #15519D
Tints of Cobalt #15519D
RGB
CMYK
RGB Variations
Color information
#15519D (or 0x15519D) is known color: Cobalt. HEX triplet: 15, 51 and 9D. RGB value is (21,81,157). Sum of RGB (Red+Green+Blue) = 21+81+157=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #15519D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15519D is #EAAE62. Grayscale: #474747. Windows color (decimal): -15380067 or 10309909. OLE color: 10309909.
HSL color Cylindrical-coordinate representation of color #15519D: hue angle of 213.53º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15519D is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 81 | 157 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.38 |
| HSL | 213.53º | 0.76% | 0.35% | - |
| HSV(B) | 213.53º | 0.87% | 0.62% | - |
| XYZ | 9.34 | 8.48 | 33.04 | - |
| YUV | 71.72 | 176.12 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 157 | 0.87 | 0.48 | 0 | 0.38 | 213.53 | 0.76 | 0.35 |
| Hex | 15 | 51 | 9D | 57 | 30 | 0 | 26 | D6 | 4C | 23 |
| Octal | 25 | 121 | 235 | 127 | 60 | 0 | 46 | 326 | 114 | 43 |
| Binary | 10101 | 1010001 | 10011101 | 1010111 | 110000 | 0 | 100110 | 11010110 | 1001100 | 100011 |
Color Harmonies of #15519D
Complementary color
Monochromatic Colors of #15519D
Black with #15519D
Text Example
Text Example
White with #15519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15519D; }
p { color: rgb(21,81,157); }
H1.HeaderClassName
{
color: #15519D;
}
.AnyTagClassName
{
color: #15519D;
}
</style>
background-color css
<style>
a { background-color: #15519D; }
a { background-color: rgb(21,81,157); }
div.DivClassName
{
background-color: #15519D;
}
.BgClassName
{
background-color: #15519D;
}
</style>
border-color css
<style>
span { border-color: #15519D; }
span { border-color: rgb(21,81,157); }
td.TdClassName
{
border-color: #15519D;
}
.TagClassName
{
border-color: #15519D;
}
</style>