Shades of Cobalt #0650AB
Tints of Cobalt #0650AB
RGB
CMYK
RGB Variations
Color information
#0650AB (or 0x0650AB) is known color: Cobalt. HEX triplet: 06, 50 and AB. RGB value is (6,80,171). Sum of RGB (Red+Green+Blue) = 6+80+171=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #0650AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0650AB is #F9AF54. Grayscale: #434343. Windows color (decimal): -16363349 or 11227142. OLE color: 11227142.
HSL color Cylindrical-coordinate representation of color #0650AB: hue angle of 213.09º 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 #0650AB is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 80 | 171 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.33 |
| HSL | 213.09º | 0.93% | 0.35% | - |
| HSV(B) | 213.09º | 0.96% | 0.67% | - |
| XYZ | 10.29 | 8.72 | 39.67 | - |
| YUV | 68.25 | 185.98 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 171 | 0.96 | 0.53 | 0 | 0.33 | 213.09 | 0.93 | 0.35 |
| Hex | 6 | 50 | AB | 60 | 35 | 0 | 21 | D5 | 5D | 23 |
| Octal | 6 | 120 | 253 | 140 | 65 | 0 | 41 | 325 | 135 | 43 |
| Binary | 110 | 1010000 | 10101011 | 1100000 | 110101 | 0 | 100001 | 11010101 | 1011101 | 100011 |
Color Harmonies of #0650AB
Complementary color
Monochromatic Colors of #0650AB
Black with #0650AB
Text Example
Text Example
White with #0650AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0650AB; }
p { color: rgb(6,80,171); }
H1.HeaderClassName
{
color: #0650AB;
}
.AnyTagClassName
{
color: #0650AB;
}
</style>
background-color css
<style>
a { background-color: #0650AB; }
a { background-color: rgb(6,80,171); }
div.DivClassName
{
background-color: #0650AB;
}
.BgClassName
{
background-color: #0650AB;
}
</style>
border-color css
<style>
span { border-color: #0650AB; }
span { border-color: rgb(6,80,171); }
td.TdClassName
{
border-color: #0650AB;
}
.TagClassName
{
border-color: #0650AB;
}
</style>