Shades of Cobalt #0640B9
Tints of Cobalt #0640B9
RGB
CMYK
RGB Variations
Color information
#0640B9 (or 0x0640B9) is known color: Cobalt. HEX triplet: 06, 40 and B9. RGB value is (6,64,185). Sum of RGB (Red+Green+Blue) = 6+64+185=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 185 (72.66% from 255 or 72.55% from 255); Max value from RGB is 185 - color contains mainly: blue. Hex color #0640B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0640B9 is #F9BF46. Grayscale: #3B3B3B. Windows color (decimal): -16367431 or 12140550. OLE color: 12140550.
HSL color Cylindrical-coordinate representation of color #0640B9: hue angle of 220.56º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0640B9 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 64 | 185 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.27 |
| HSL | 220.56º | 0.94% | 0.37% | - |
| HSV(B) | 220.56º | 0.97% | 0.73% | - |
| XYZ | 10.67 | 7.21 | 46.73 | - |
| YUV | 60.45 | 198.28 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 185 | 0.97 | 0.65 | 0 | 0.27 | 220.56 | 0.94 | 0.37 |
| Hex | 6 | 40 | B9 | 61 | 41 | 0 | 1B | DD | 5E | 25 |
| Octal | 6 | 100 | 271 | 141 | 101 | 0 | 33 | 335 | 136 | 45 |
| Binary | 110 | 1000000 | 10111001 | 1100001 | 1000001 | 0 | 11011 | 11011101 | 1011110 | 100101 |
Color Harmonies of #0640B9
Complementary color
Monochromatic Colors of #0640B9
Black with #0640B9
Text Example
Text Example
White with #0640B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0640B9; }
p { color: rgb(6,64,185); }
H1.HeaderClassName
{
color: #0640B9;
}
.AnyTagClassName
{
color: #0640B9;
}
</style>
background-color css
<style>
a { background-color: #0640B9; }
a { background-color: rgb(6,64,185); }
div.DivClassName
{
background-color: #0640B9;
}
.BgClassName
{
background-color: #0640B9;
}
</style>
border-color css
<style>
span { border-color: #0640B9; }
span { border-color: rgb(6,64,185); }
td.TdClassName
{
border-color: #0640B9;
}
.TagClassName
{
border-color: #0640B9;
}
</style>