Shades of Cobalt #15509D
Tints of Cobalt #15509D
RGB
CMYK
RGB Variations
Color information
#15509D (or 0x15509D) is known color: Cobalt. HEX triplet: 15, 50 and 9D. RGB value is (21,80,157). Sum of RGB (Red+Green+Blue) = 21+80+157=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #15509D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15509D is #EAAF62. Grayscale: #464646. Windows color (decimal): -15380323 or 10309653. OLE color: 10309653.
HSL color Cylindrical-coordinate representation of color #15509D: hue angle of 213.97º 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 #15509D is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 80 | 157 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.38 |
| HSL | 213.97º | 0.76% | 0.35% | - |
| HSV(B) | 213.97º | 0.87% | 0.62% | - |
| XYZ | 9.26 | 8.33 | 33.02 | - |
| YUV | 71.14 | 176.45 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 157 | 0.87 | 0.49 | 0 | 0.38 | 213.97 | 0.76 | 0.35 |
| Hex | 15 | 50 | 9D | 57 | 31 | 0 | 26 | D6 | 4C | 23 |
| Octal | 25 | 120 | 235 | 127 | 61 | 0 | 46 | 326 | 114 | 43 |
| Binary | 10101 | 1010000 | 10011101 | 1010111 | 110001 | 0 | 100110 | 11010110 | 1001100 | 100011 |
Color Harmonies of #15509D
Complementary color
Monochromatic Colors of #15509D
Black with #15509D
Text Example
Text Example
White with #15509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15509D; }
p { color: rgb(21,80,157); }
H1.HeaderClassName
{
color: #15509D;
}
.AnyTagClassName
{
color: #15509D;
}
</style>
background-color css
<style>
a { background-color: #15509D; }
a { background-color: rgb(21,80,157); }
div.DivClassName
{
background-color: #15509D;
}
.BgClassName
{
background-color: #15509D;
}
</style>
border-color css
<style>
span { border-color: #15509D; }
span { border-color: rgb(21,80,157); }
td.TdClassName
{
border-color: #15509D;
}
.TagClassName
{
border-color: #15509D;
}
</style>