Shades of Cobalt #0651AA
Tints of Cobalt #0651AA
RGB
CMYK
RGB Variations
Color information
#0651AA (or 0x0651AA) is known color: Cobalt. HEX triplet: 06, 51 and AA. RGB value is (6,81,170). Sum of RGB (Red+Green+Blue) = 6+81+170=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #0651AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0651AA is #F9AE55. Grayscale: #444444. Windows color (decimal): -16363094 or 11161862. OLE color: 11161862.
HSL color Cylindrical-coordinate representation of color #0651AA: hue angle of 212.56º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0651AA is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 81 | 170 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.33 |
| HSL | 212.56º | 0.93% | 0.35% | - |
| HSV(B) | 212.56º | 0.96% | 0.67% | - |
| XYZ | 10.27 | 8.83 | 39.19 | - |
| YUV | 68.72 | 185.15 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 170 | 0.96 | 0.52 | 0 | 0.33 | 212.56 | 0.93 | 0.35 |
| Hex | 6 | 51 | AA | 60 | 34 | 0 | 21 | D5 | 5D | 23 |
| Octal | 6 | 121 | 252 | 140 | 64 | 0 | 41 | 325 | 135 | 43 |
| Binary | 110 | 1010001 | 10101010 | 1100000 | 110100 | 0 | 100001 | 11010101 | 1011101 | 100011 |
Color Harmonies of #0651AA
Complementary color
Monochromatic Colors of #0651AA
Black with #0651AA
Text Example
Text Example
White with #0651AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0651AA; }
p { color: rgb(6,81,170); }
H1.HeaderClassName
{
color: #0651AA;
}
.AnyTagClassName
{
color: #0651AA;
}
</style>
background-color css
<style>
a { background-color: #0651AA; }
a { background-color: rgb(6,81,170); }
div.DivClassName
{
background-color: #0651AA;
}
.BgClassName
{
background-color: #0651AA;
}
</style>
border-color css
<style>
span { border-color: #0651AA; }
span { border-color: rgb(6,81,170); }
td.TdClassName
{
border-color: #0651AA;
}
.TagClassName
{
border-color: #0651AA;
}
</style>