Shades of Cobalt #0652AB
Tints of Cobalt #0652AB
RGB
CMYK
RGB Variations
Color information
#0652AB (or 0x0652AB) is known color: Cobalt. HEX triplet: 06, 52 and AB. RGB value is (6,82,171). Sum of RGB (Red+Green+Blue) = 6+82+171=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #0652AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0652AB is #F9AD54. Grayscale: #444444. Windows color (decimal): -16362837 or 11227654. OLE color: 11227654.
HSL color Cylindrical-coordinate representation of color #0652AB: hue angle of 212.36º 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 #0652AB is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 82 | 171 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.33 |
| HSL | 212.36º | 0.93% | 0.35% | - |
| HSV(B) | 212.36º | 0.96% | 0.67% | - |
| XYZ | 10.44 | 9.01 | 39.72 | - |
| YUV | 69.42 | 185.32 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 171 | 0.96 | 0.52 | 0 | 0.33 | 212.36 | 0.93 | 0.35 |
| Hex | 6 | 52 | AB | 60 | 34 | 0 | 21 | D4 | 5D | 23 |
| Octal | 6 | 122 | 253 | 140 | 64 | 0 | 41 | 324 | 135 | 43 |
| Binary | 110 | 1010010 | 10101011 | 1100000 | 110100 | 0 | 100001 | 11010100 | 1011101 | 100011 |
Color Harmonies of #0652AB
Complementary color
Monochromatic Colors of #0652AB
Black with #0652AB
Text Example
Text Example
White with #0652AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0652AB; }
p { color: rgb(6,82,171); }
H1.HeaderClassName
{
color: #0652AB;
}
.AnyTagClassName
{
color: #0652AB;
}
</style>
background-color css
<style>
a { background-color: #0652AB; }
a { background-color: rgb(6,82,171); }
div.DivClassName
{
background-color: #0652AB;
}
.BgClassName
{
background-color: #0652AB;
}
</style>
border-color css
<style>
span { border-color: #0652AB; }
span { border-color: rgb(6,82,171); }
td.TdClassName
{
border-color: #0652AB;
}
.TagClassName
{
border-color: #0652AB;
}
</style>