Shades of Cobalt #16509D
Tints of Cobalt #16509D
RGB
CMYK
RGB Variations
Color information
#16509D (or 0x16509D) is known color: Cobalt. HEX triplet: 16, 50 and 9D. RGB value is (22,80,157). Sum of RGB (Red+Green+Blue) = 22+80+157=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 80 (31.64% from 255 or 30.89% 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 #16509D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16509D is #E9AF62. Grayscale: #474747. Windows color (decimal): -15314787 or 10309654. OLE color: 10309654.
HSL color Cylindrical-coordinate representation of color #16509D: hue angle of 214.22º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16509D is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 80 | 157 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.38 |
| HSL | 214.22º | 0.75% | 0.35% | - |
| HSV(B) | 214.22º | 0.86% | 0.62% | - |
| XYZ | 9.29 | 8.34 | 33.02 | - |
| YUV | 71.44 | 176.28 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 157 | 0.86 | 0.49 | 0 | 0.38 | 214.22 | 0.75 | 0.35 |
| Hex | 16 | 50 | 9D | 56 | 31 | 0 | 26 | D6 | 4B | 23 |
| Octal | 26 | 120 | 235 | 126 | 61 | 0 | 46 | 326 | 113 | 43 |
| Binary | 10110 | 1010000 | 10011101 | 1010110 | 110001 | 0 | 100110 | 11010110 | 1001011 | 100011 |
Color Harmonies of #16509D
Complementary color
Monochromatic Colors of #16509D
Black with #16509D
Text Example
Text Example
White with #16509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16509D; }
p { color: rgb(22,80,157); }
H1.HeaderClassName
{
color: #16509D;
}
.AnyTagClassName
{
color: #16509D;
}
</style>
background-color css
<style>
a { background-color: #16509D; }
a { background-color: rgb(22,80,157); }
div.DivClassName
{
background-color: #16509D;
}
.BgClassName
{
background-color: #16509D;
}
</style>
border-color css
<style>
span { border-color: #16509D; }
span { border-color: rgb(22,80,157); }
td.TdClassName
{
border-color: #16509D;
}
.TagClassName
{
border-color: #16509D;
}
</style>