Shades of Cobalt #0640BB
Tints of Cobalt #0640BB
RGB
CMYK
RGB Variations
Color information
#0640BB (or 0x0640BB) is known color: Cobalt. HEX triplet: 06, 40 and BB. RGB value is (6,64,187). Sum of RGB (Red+Green+Blue) = 6+64+187=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 187 (73.44% from 255 or 72.76% from 257); Max value from RGB is 187 - color contains mainly: blue. Hex color #0640BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0640BB is #F9BF44. Grayscale: #3C3C3C. Windows color (decimal): -16367429 or 12271622. OLE color: 12271622.
HSL color Cylindrical-coordinate representation of color #0640BB: hue angle of 220.77º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0640BB is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 64 | 187 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.27 |
| HSL | 220.77º | 0.94% | 0.38% | - |
| HSV(B) | 220.77º | 0.97% | 0.73% | - |
| XYZ | 10.88 | 7.29 | 47.85 | - |
| YUV | 60.68 | 199.28 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 187 | 0.97 | 0.66 | 0 | 0.27 | 220.77 | 0.94 | 0.38 |
| Hex | 6 | 40 | BB | 61 | 42 | 0 | 1B | DD | 5E | 26 |
| Octal | 6 | 100 | 273 | 141 | 102 | 0 | 33 | 335 | 136 | 46 |
| Binary | 110 | 1000000 | 10111011 | 1100001 | 1000010 | 0 | 11011 | 11011101 | 1011110 | 100110 |
Color Harmonies of #0640BB
Complementary color
Monochromatic Colors of #0640BB
Black with #0640BB
Text Example
Text Example
White with #0640BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0640BB; }
p { color: rgb(6,64,187); }
H1.HeaderClassName
{
color: #0640BB;
}
.AnyTagClassName
{
color: #0640BB;
}
</style>
background-color css
<style>
a { background-color: #0640BB; }
a { background-color: rgb(6,64,187); }
div.DivClassName
{
background-color: #0640BB;
}
.BgClassName
{
background-color: #0640BB;
}
</style>
border-color css
<style>
span { border-color: #0640BB; }
span { border-color: rgb(6,64,187); }
td.TdClassName
{
border-color: #0640BB;
}
.TagClassName
{
border-color: #0640BB;
}
</style>