Shades of Cobalt #0640A0
Tints of Cobalt #0640A0
RGB
CMYK
RGB Variations
Color information
#0640A0 (or 0x0640A0) is known color: Cobalt. HEX triplet: 06, 40 and A0. RGB value is (6,64,160). Sum of RGB (Red+Green+Blue) = 6+64+160=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 160 (62.89% from 255 or 69.57% from 230); Max value from RGB is 160 - color contains mainly: blue. Hex color #0640A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0640A0 is #F9BF5F. Grayscale: #393939. Windows color (decimal): -16367456 or 10502150. OLE color: 10502150.
HSL color Cylindrical-coordinate representation of color #0640A0: hue angle of 217.4º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0640A0 is Cyan = 0.96, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 64 | 160 | - |
| CMYK | 0.96 | 0.6 | 0 | 0.37 |
| HSL | 217.4º | 0.93% | 0.33% | - |
| HSV(B) | 217.4º | 0.96% | 0.63% | - |
| XYZ | 8.25 | 6.24 | 34.03 | - |
| YUV | 57.6 | 185.78 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 160 | 0.96 | 0.6 | 0 | 0.37 | 217.4 | 0.93 | 0.33 |
| Hex | 6 | 40 | A0 | 60 | 3C | 0 | 25 | D9 | 5D | 21 |
| Octal | 6 | 100 | 240 | 140 | 74 | 0 | 45 | 331 | 135 | 41 |
| Binary | 110 | 1000000 | 10100000 | 1100000 | 111100 | 0 | 100101 | 11011001 | 1011101 | 100001 |
Color Harmonies of #0640A0
Complementary color
Monochromatic Colors of #0640A0
Black with #0640A0
Text Example
Text Example
White with #0640A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0640A0; }
p { color: rgb(6,64,160); }
H1.HeaderClassName
{
color: #0640A0;
}
.AnyTagClassName
{
color: #0640A0;
}
</style>
background-color css
<style>
a { background-color: #0640A0; }
a { background-color: rgb(6,64,160); }
div.DivClassName
{
background-color: #0640A0;
}
.BgClassName
{
background-color: #0640A0;
}
</style>
border-color css
<style>
span { border-color: #0640A0; }
span { border-color: rgb(6,64,160); }
td.TdClassName
{
border-color: #0640A0;
}
.TagClassName
{
border-color: #0640A0;
}
</style>