Shades of Cobalt #0C509B
Tints of Cobalt #0C509B
RGB
CMYK
RGB Variations
Color information
#0C509B (or 0x0C509B) is known color: Cobalt. HEX triplet: 0C, 50 and 9B. RGB value is (12,80,155). Sum of RGB (Red+Green+Blue) = 12+80+155=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C509B is #F3AF64. Grayscale: #434343. Windows color (decimal): -15970149 or 10178572. OLE color: 10178572.
HSL color Cylindrical-coordinate representation of color #0C509B: hue angle of 211.47º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C509B is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 80 | 155 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.39 |
| HSL | 211.47º | 0.86% | 0.33% | - |
| HSV(B) | 211.47º | 0.92% | 0.61% | - |
| XYZ | 8.94 | 8.18 | 32.12 | - |
| YUV | 68.22 | 176.97 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 80 | 155 | 0.92 | 0.48 | 0 | 0.39 | 211.47 | 0.86 | 0.33 |
| Hex | C | 50 | 9B | 5C | 30 | 0 | 27 | D3 | 56 | 21 |
| Octal | 14 | 120 | 233 | 134 | 60 | 0 | 47 | 323 | 126 | 41 |
| Binary | 1100 | 1010000 | 10011011 | 1011100 | 110000 | 0 | 100111 | 11010011 | 1010110 | 100001 |
Color Harmonies of #0C509B
Complementary color
Monochromatic Colors of #0C509B
Black with #0C509B
Text Example
Text Example
White with #0C509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C509B; }
p { color: rgb(12,80,155); }
H1.HeaderClassName
{
color: #0C509B;
}
.AnyTagClassName
{
color: #0C509B;
}
</style>
background-color css
<style>
a { background-color: #0C509B; }
a { background-color: rgb(12,80,155); }
div.DivClassName
{
background-color: #0C509B;
}
.BgClassName
{
background-color: #0C509B;
}
</style>
border-color css
<style>
span { border-color: #0C509B; }
span { border-color: rgb(12,80,155); }
td.TdClassName
{
border-color: #0C509B;
}
.TagClassName
{
border-color: #0C509B;
}
</style>