Shades of Cobalt #0640BF
Tints of Cobalt #0640BF
RGB
CMYK
RGB Variations
Color information
#0640BF (or 0x0640BF) is known color: Cobalt. HEX triplet: 06, 40 and BF. RGB value is (6,64,191). Sum of RGB (Red+Green+Blue) = 6+64+191=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 191 (75% from 255 or 73.18% from 261); Max value from RGB is 191 - color contains mainly: blue. Hex color #0640BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0640BF is #F9BF40. Grayscale: #3C3C3C. Windows color (decimal): -16367425 or 12533766. OLE color: 12533766.
HSL color Cylindrical-coordinate representation of color #0640BF: hue angle of 221.19º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0640BF is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 64 | 191 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.25 |
| HSL | 221.19º | 0.94% | 0.39% | - |
| HSV(B) | 221.19º | 0.97% | 0.75% | - |
| XYZ | 11.31 | 7.47 | 50.14 | - |
| YUV | 61.14 | 201.28 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 191 | 0.97 | 0.66 | 0 | 0.25 | 221.19 | 0.94 | 0.39 |
| Hex | 6 | 40 | BF | 61 | 42 | 0 | 19 | DD | 5E | 27 |
| Octal | 6 | 100 | 277 | 141 | 102 | 0 | 31 | 335 | 136 | 47 |
| Binary | 110 | 1000000 | 10111111 | 1100001 | 1000010 | 0 | 11001 | 11011101 | 1011110 | 100111 |
Color Harmonies of #0640BF
Complementary color
Monochromatic Colors of #0640BF
Black with #0640BF
Text Example
Text Example
White with #0640BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0640BF; }
p { color: rgb(6,64,191); }
H1.HeaderClassName
{
color: #0640BF;
}
.AnyTagClassName
{
color: #0640BF;
}
</style>
background-color css
<style>
a { background-color: #0640BF; }
a { background-color: rgb(6,64,191); }
div.DivClassName
{
background-color: #0640BF;
}
.BgClassName
{
background-color: #0640BF;
}
</style>
border-color css
<style>
span { border-color: #0640BF; }
span { border-color: rgb(6,64,191); }
td.TdClassName
{
border-color: #0640BF;
}
.TagClassName
{
border-color: #0640BF;
}
</style>