Shades of Cobalt #0640B4
Tints of Cobalt #0640B4
RGB
CMYK
RGB Variations
Color information
#0640B4 (or 0x0640B4) is known color: Cobalt. HEX triplet: 06, 40 and B4. RGB value is (6,64,180). Sum of RGB (Red+Green+Blue) = 6+64+180=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 180 (70.70% from 255 or 72% from 250); Max value from RGB is 180 - color contains mainly: blue. Hex color #0640B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0640B4 is #F9BF4B. Grayscale: #3B3B3B. Windows color (decimal): -16367436 or 11812870. OLE color: 11812870.
HSL color Cylindrical-coordinate representation of color #0640B4: hue angle of 220º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0640B4 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 64 | 180 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.29 |
| HSL | 220º | 0.94% | 0.36% | - |
| HSV(B) | 220º | 0.97% | 0.71% | - |
| XYZ | 10.15 | 7 | 44 | - |
| YUV | 59.88 | 195.78 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 180 | 0.97 | 0.64 | 0 | 0.29 | 220 | 0.94 | 0.36 |
| Hex | 6 | 40 | B4 | 61 | 40 | 0 | 1D | DC | 5E | 24 |
| Octal | 6 | 100 | 264 | 141 | 100 | 0 | 35 | 334 | 136 | 44 |
| Binary | 110 | 1000000 | 10110100 | 1100001 | 1000000 | 0 | 11101 | 11011100 | 1011110 | 100100 |
Color Harmonies of #0640B4
Complementary color
Monochromatic Colors of #0640B4
Black with #0640B4
Text Example
Text Example
White with #0640B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0640B4; }
p { color: rgb(6,64,180); }
H1.HeaderClassName
{
color: #0640B4;
}
.AnyTagClassName
{
color: #0640B4;
}
</style>
background-color css
<style>
a { background-color: #0640B4; }
a { background-color: rgb(6,64,180); }
div.DivClassName
{
background-color: #0640B4;
}
.BgClassName
{
background-color: #0640B4;
}
</style>
border-color css
<style>
span { border-color: #0640B4; }
span { border-color: rgb(6,64,180); }
td.TdClassName
{
border-color: #0640B4;
}
.TagClassName
{
border-color: #0640B4;
}
</style>