Shades of Cobalt #0651B0
Tints of Cobalt #0651B0
RGB
CMYK
RGB Variations
Color information
#0651B0 (or 0x0651B0) is known color: Cobalt. HEX triplet: 06, 51 and B0. RGB value is (6,81,176). Sum of RGB (Red+Green+Blue) = 6+81+176=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 176 (69.14% from 255 or 66.92% from 263); Max value from RGB is 176 - color contains mainly: blue. Hex color #0651B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0651B0 is #F9AE4F. Grayscale: #444444. Windows color (decimal): -16363088 or 11555078. OLE color: 11555078.
HSL color Cylindrical-coordinate representation of color #0651B0: hue angle of 213.53º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0651B0 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 81 | 176 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.31 |
| HSL | 213.53º | 0.93% | 0.36% | - |
| HSV(B) | 213.53º | 0.97% | 0.69% | - |
| XYZ | 10.85 | 9.06 | 42.25 | - |
| YUV | 69.41 | 188.15 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 176 | 0.97 | 0.54 | 0 | 0.31 | 213.53 | 0.93 | 0.36 |
| Hex | 6 | 51 | B0 | 61 | 36 | 0 | 1F | D6 | 5D | 24 |
| Octal | 6 | 121 | 260 | 141 | 66 | 0 | 37 | 326 | 135 | 44 |
| Binary | 110 | 1010001 | 10110000 | 1100001 | 110110 | 0 | 11111 | 11010110 | 1011101 | 100100 |
Color Harmonies of #0651B0
Complementary color
Monochromatic Colors of #0651B0
Black with #0651B0
Text Example
Text Example
White with #0651B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0651B0; }
p { color: rgb(6,81,176); }
H1.HeaderClassName
{
color: #0651B0;
}
.AnyTagClassName
{
color: #0651B0;
}
</style>
background-color css
<style>
a { background-color: #0651B0; }
a { background-color: rgb(6,81,176); }
div.DivClassName
{
background-color: #0651B0;
}
.BgClassName
{
background-color: #0651B0;
}
</style>
border-color css
<style>
span { border-color: #0651B0; }
span { border-color: rgb(6,81,176); }
td.TdClassName
{
border-color: #0651B0;
}
.TagClassName
{
border-color: #0651B0;
}
</style>