Shades of Cobalt #0650AD
Tints of Cobalt #0650AD
RGB
CMYK
RGB Variations
Color information
#0650AD (or 0x0650AD) is known color: Cobalt. HEX triplet: 06, 50 and AD. RGB value is (6,80,173). Sum of RGB (Red+Green+Blue) = 6+80+173=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #0650AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0650AD is #F9AF52. Grayscale: #444444. Windows color (decimal): -16363347 or 11358214. OLE color: 11358214.
HSL color Cylindrical-coordinate representation of color #0650AD: hue angle of 213.41º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0650AD is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 80 | 173 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.32 |
| HSL | 213.41º | 0.93% | 0.35% | - |
| HSV(B) | 213.41º | 0.97% | 0.68% | - |
| XYZ | 10.49 | 8.79 | 40.68 | - |
| YUV | 68.48 | 186.98 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 173 | 0.97 | 0.54 | 0 | 0.32 | 213.41 | 0.93 | 0.35 |
| Hex | 6 | 50 | AD | 61 | 36 | 0 | 20 | D5 | 5D | 23 |
| Octal | 6 | 120 | 255 | 141 | 66 | 0 | 40 | 325 | 135 | 43 |
| Binary | 110 | 1010000 | 10101101 | 1100001 | 110110 | 0 | 100000 | 11010101 | 1011101 | 100011 |
Color Harmonies of #0650AD
Complementary color
Monochromatic Colors of #0650AD
Black with #0650AD
Text Example
Text Example
White with #0650AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0650AD; }
p { color: rgb(6,80,173); }
H1.HeaderClassName
{
color: #0650AD;
}
.AnyTagClassName
{
color: #0650AD;
}
</style>
background-color css
<style>
a { background-color: #0650AD; }
a { background-color: rgb(6,80,173); }
div.DivClassName
{
background-color: #0650AD;
}
.BgClassName
{
background-color: #0650AD;
}
</style>
border-color css
<style>
span { border-color: #0650AD; }
span { border-color: rgb(6,80,173); }
td.TdClassName
{
border-color: #0650AD;
}
.TagClassName
{
border-color: #0650AD;
}
</style>