Shades of Cobalt #0C46BD
Tints of Cobalt #0C46BD
RGB
CMYK
RGB Variations
Color information
#0C46BD (or 0x0C46BD) is known color: Cobalt. HEX triplet: 0C, 46 and BD. RGB value is (12,70,189). Sum of RGB (Red+Green+Blue) = 12+70+189=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C46BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C46BD is #F3B942. Grayscale: #414141. Windows color (decimal): -15972675 or 12404236. OLE color: 12404236.
HSL color Cylindrical-coordinate representation of color #0C46BD: hue angle of 220.34º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C46BD is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 70 | 189 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.26 |
| HSL | 220.34º | 0.88% | 0.39% | - |
| HSV(B) | 220.34º | 0.94% | 0.74% | - |
| XYZ | 11.53 | 8.13 | 49.11 | - |
| YUV | 66.22 | 197.28 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 70 | 189 | 0.94 | 0.63 | 0 | 0.26 | 220.34 | 0.88 | 0.39 |
| Hex | C | 46 | BD | 5E | 3F | 0 | 1A | DC | 58 | 27 |
| Octal | 14 | 106 | 275 | 136 | 77 | 0 | 32 | 334 | 130 | 47 |
| Binary | 1100 | 1000110 | 10111101 | 1011110 | 111111 | 0 | 11010 | 11011100 | 1011000 | 100111 |
Color Harmonies of #0C46BD
Complementary color
Monochromatic Colors of #0C46BD
Black with #0C46BD
Text Example
Text Example
White with #0C46BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C46BD; }
p { color: rgb(12,70,189); }
H1.HeaderClassName
{
color: #0C46BD;
}
.AnyTagClassName
{
color: #0C46BD;
}
</style>
background-color css
<style>
a { background-color: #0C46BD; }
a { background-color: rgb(12,70,189); }
div.DivClassName
{
background-color: #0C46BD;
}
.BgClassName
{
background-color: #0C46BD;
}
</style>
border-color css
<style>
span { border-color: #0C46BD; }
span { border-color: rgb(12,70,189); }
td.TdClassName
{
border-color: #0C46BD;
}
.TagClassName
{
border-color: #0C46BD;
}
</style>