Shades of Cobalt #0C51AF
Tints of Cobalt #0C51AF
RGB
CMYK
RGB Variations
Color information
#0C51AF (or 0x0C51AF) is known color: Cobalt. HEX triplet: 0C, 51 and AF. RGB value is (12,81,175). Sum of RGB (Red+Green+Blue) = 12+81+175=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C51AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C51AF is #F3AE50. Grayscale: #464646. Windows color (decimal): -15969873 or 11489548. OLE color: 11489548.
HSL color Cylindrical-coordinate representation of color #0C51AF: hue angle of 214.6º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C51AF is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 81 | 175 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.31 |
| HSL | 214.6º | 0.87% | 0.37% | - |
| HSV(B) | 214.6º | 0.93% | 0.69% | - |
| XYZ | 10.83 | 9.06 | 41.73 | - |
| YUV | 71.09 | 186.64 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 81 | 175 | 0.93 | 0.54 | 0 | 0.31 | 214.6 | 0.87 | 0.37 |
| Hex | C | 51 | AF | 5D | 36 | 0 | 1F | D7 | 57 | 25 |
| Octal | 14 | 121 | 257 | 135 | 66 | 0 | 37 | 327 | 127 | 45 |
| Binary | 1100 | 1010001 | 10101111 | 1011101 | 110110 | 0 | 11111 | 11010111 | 1010111 | 100101 |
Color Harmonies of #0C51AF
Complementary color
Monochromatic Colors of #0C51AF
Black with #0C51AF
Text Example
Text Example
White with #0C51AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C51AF; }
p { color: rgb(12,81,175); }
H1.HeaderClassName
{
color: #0C51AF;
}
.AnyTagClassName
{
color: #0C51AF;
}
</style>
background-color css
<style>
a { background-color: #0C51AF; }
a { background-color: rgb(12,81,175); }
div.DivClassName
{
background-color: #0C51AF;
}
.BgClassName
{
background-color: #0C51AF;
}
</style>
border-color css
<style>
span { border-color: #0C51AF; }
span { border-color: rgb(12,81,175); }
td.TdClassName
{
border-color: #0C51AF;
}
.TagClassName
{
border-color: #0C51AF;
}
</style>