Shades of Cobalt #0651B7
Tints of Cobalt #0651B7
RGB
CMYK
RGB Variations
Color information
#0651B7 (or 0x0651B7) is known color: Cobalt. HEX triplet: 06, 51 and B7. RGB value is (6,81,183). Sum of RGB (Red+Green+Blue) = 6+81+183=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 183 (71.88% from 255 or 67.78% from 270); Max value from RGB is 183 - color contains mainly: blue. Hex color #0651B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0651B7 is #F9AE48. Grayscale: #454545. Windows color (decimal): -16363081 or 12013830. OLE color: 12013830.
HSL color Cylindrical-coordinate representation of color #0651B7: hue angle of 214.58º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0651B7 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 81 | 183 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.28 |
| HSL | 214.58º | 0.94% | 0.37% | - |
| HSV(B) | 214.58º | 0.97% | 0.72% | - |
| XYZ | 11.56 | 9.34 | 45.99 | - |
| YUV | 70.2 | 191.65 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 183 | 0.97 | 0.56 | 0 | 0.28 | 214.58 | 0.94 | 0.37 |
| Hex | 6 | 51 | B7 | 61 | 38 | 0 | 1C | D7 | 5E | 25 |
| Octal | 6 | 121 | 267 | 141 | 70 | 0 | 34 | 327 | 136 | 45 |
| Binary | 110 | 1010001 | 10110111 | 1100001 | 111000 | 0 | 11100 | 11010111 | 1011110 | 100101 |
Color Harmonies of #0651B7
Complementary color
Monochromatic Colors of #0651B7
Black with #0651B7
Text Example
Text Example
White with #0651B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0651B7; }
p { color: rgb(6,81,183); }
H1.HeaderClassName
{
color: #0651B7;
}
.AnyTagClassName
{
color: #0651B7;
}
</style>
background-color css
<style>
a { background-color: #0651B7; }
a { background-color: rgb(6,81,183); }
div.DivClassName
{
background-color: #0651B7;
}
.BgClassName
{
background-color: #0651B7;
}
</style>
border-color css
<style>
span { border-color: #0651B7; }
span { border-color: rgb(6,81,183); }
td.TdClassName
{
border-color: #0651B7;
}
.TagClassName
{
border-color: #0651B7;
}
</style>