Shades of Cobalt #0640BD
Tints of Cobalt #0640BD
RGB
CMYK
RGB Variations
Color information
#0640BD (or 0x0640BD) is known color: Cobalt. HEX triplet: 06, 40 and BD. RGB value is (6,64,189). Sum of RGB (Red+Green+Blue) = 6+64+189=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 189 (74.22% from 255 or 72.97% from 259); Max value from RGB is 189 - color contains mainly: blue. Hex color #0640BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0640BD is #F9BF42. Grayscale: #3C3C3C. Windows color (decimal): -16367427 or 12402694. OLE color: 12402694.
HSL color Cylindrical-coordinate representation of color #0640BD: hue angle of 220.98º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0640BD is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 64 | 189 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.26 |
| HSL | 220.98º | 0.94% | 0.38% | - |
| HSV(B) | 220.98º | 0.97% | 0.74% | - |
| XYZ | 11.09 | 7.38 | 48.98 | - |
| YUV | 60.91 | 200.28 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 189 | 0.97 | 0.66 | 0 | 0.26 | 220.98 | 0.94 | 0.38 |
| Hex | 6 | 40 | BD | 61 | 42 | 0 | 1A | DD | 5E | 26 |
| Octal | 6 | 100 | 275 | 141 | 102 | 0 | 32 | 335 | 136 | 46 |
| Binary | 110 | 1000000 | 10111101 | 1100001 | 1000010 | 0 | 11010 | 11011101 | 1011110 | 100110 |
Color Harmonies of #0640BD
Complementary color
Monochromatic Colors of #0640BD
Black with #0640BD
Text Example
Text Example
White with #0640BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0640BD; }
p { color: rgb(6,64,189); }
H1.HeaderClassName
{
color: #0640BD;
}
.AnyTagClassName
{
color: #0640BD;
}
</style>
background-color css
<style>
a { background-color: #0640BD; }
a { background-color: rgb(6,64,189); }
div.DivClassName
{
background-color: #0640BD;
}
.BgClassName
{
background-color: #0640BD;
}
</style>
border-color css
<style>
span { border-color: #0640BD; }
span { border-color: rgb(6,64,189); }
td.TdClassName
{
border-color: #0640BD;
}
.TagClassName
{
border-color: #0640BD;
}
</style>