Shades of Cobalt #0640AD
Tints of Cobalt #0640AD
RGB
CMYK
RGB Variations
Color information
#0640AD (or 0x0640AD) is known color: Cobalt. HEX triplet: 06, 40 and AD. RGB value is (6,64,173). Sum of RGB (Red+Green+Blue) = 6+64+173=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #0640AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0640AD is #F9BF52. Grayscale: #3A3A3A. Windows color (decimal): -16367443 or 11354118. OLE color: 11354118.
HSL color Cylindrical-coordinate representation of color #0640AD: hue angle of 219.16º 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 #0640AD is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 64 | 173 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.32 |
| HSL | 219.16º | 0.93% | 0.35% | - |
| HSV(B) | 219.16º | 0.97% | 0.68% | - |
| XYZ | 9.45 | 6.72 | 40.33 | - |
| YUV | 59.08 | 192.28 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 173 | 0.97 | 0.63 | 0 | 0.32 | 219.16 | 0.93 | 0.35 |
| Hex | 6 | 40 | AD | 61 | 3F | 0 | 20 | DB | 5D | 23 |
| Octal | 6 | 100 | 255 | 141 | 77 | 0 | 40 | 333 | 135 | 43 |
| Binary | 110 | 1000000 | 10101101 | 1100001 | 111111 | 0 | 100000 | 11011011 | 1011101 | 100011 |
Color Harmonies of #0640AD
Complementary color
Monochromatic Colors of #0640AD
Black with #0640AD
Text Example
Text Example
White with #0640AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0640AD; }
p { color: rgb(6,64,173); }
H1.HeaderClassName
{
color: #0640AD;
}
.AnyTagClassName
{
color: #0640AD;
}
</style>
background-color css
<style>
a { background-color: #0640AD; }
a { background-color: rgb(6,64,173); }
div.DivClassName
{
background-color: #0640AD;
}
.BgClassName
{
background-color: #0640AD;
}
</style>
border-color css
<style>
span { border-color: #0640AD; }
span { border-color: rgb(6,64,173); }
td.TdClassName
{
border-color: #0640AD;
}
.TagClassName
{
border-color: #0640AD;
}
</style>