Shades of Cobalt #0651AC
Tints of Cobalt #0651AC
RGB
CMYK
RGB Variations
Color information
#0651AC (or 0x0651AC) is known color: Cobalt. HEX triplet: 06, 51 and AC. RGB value is (6,81,172). Sum of RGB (Red+Green+Blue) = 6+81+172=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #0651AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0651AC is #F9AE53. Grayscale: #444444. Windows color (decimal): -16363092 or 11292934. OLE color: 11292934.
HSL color Cylindrical-coordinate representation of color #0651AC: hue angle of 212.89º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0651AC is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 81 | 172 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.33 |
| HSL | 212.89º | 0.93% | 0.35% | - |
| HSV(B) | 212.89º | 0.97% | 0.67% | - |
| XYZ | 10.46 | 8.9 | 40.2 | - |
| YUV | 68.95 | 186.15 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 172 | 0.97 | 0.53 | 0 | 0.33 | 212.89 | 0.93 | 0.35 |
| Hex | 6 | 51 | AC | 61 | 35 | 0 | 21 | D5 | 5D | 23 |
| Octal | 6 | 121 | 254 | 141 | 65 | 0 | 41 | 325 | 135 | 43 |
| Binary | 110 | 1010001 | 10101100 | 1100001 | 110101 | 0 | 100001 | 11010101 | 1011101 | 100011 |
Color Harmonies of #0651AC
Complementary color
Monochromatic Colors of #0651AC
Black with #0651AC
Text Example
Text Example
White with #0651AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0651AC; }
p { color: rgb(6,81,172); }
H1.HeaderClassName
{
color: #0651AC;
}
.AnyTagClassName
{
color: #0651AC;
}
</style>
background-color css
<style>
a { background-color: #0651AC; }
a { background-color: rgb(6,81,172); }
div.DivClassName
{
background-color: #0651AC;
}
.BgClassName
{
background-color: #0651AC;
}
</style>
border-color css
<style>
span { border-color: #0651AC; }
span { border-color: rgb(6,81,172); }
td.TdClassName
{
border-color: #0651AC;
}
.TagClassName
{
border-color: #0651AC;
}
</style>