Shades of Cobalt #064FBA
Tints of Cobalt #064FBA
RGB
CMYK
RGB Variations
Color information
#064FBA (or 0x064FBA) is known color: Cobalt. HEX triplet: 06, 4F and BA. RGB value is (6,79,186). Sum of RGB (Red+Green+Blue) = 6+79+186=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #064FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064FBA is #F9B045. Grayscale: #444444. Windows color (decimal): -16363590 or 12209926. OLE color: 12209926.
HSL color Cylindrical-coordinate representation of color #064FBA: hue angle of 215.67º 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 #064FBA is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 79 | 186 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.27 |
| HSL | 215.67º | 0.94% | 0.38% | - |
| HSV(B) | 215.67º | 0.97% | 0.73% | - |
| XYZ | 11.73 | 9.18 | 47.61 | - |
| YUV | 69.37 | 193.82 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 186 | 0.97 | 0.58 | 0 | 0.27 | 215.67 | 0.94 | 0.38 |
| Hex | 6 | 4F | BA | 61 | 3A | 0 | 1B | D8 | 5E | 26 |
| Octal | 6 | 117 | 272 | 141 | 72 | 0 | 33 | 330 | 136 | 46 |
| Binary | 110 | 1001111 | 10111010 | 1100001 | 111010 | 0 | 11011 | 11011000 | 1011110 | 100110 |
Color Harmonies of #064FBA
Complementary color
Monochromatic Colors of #064FBA
Black with #064FBA
Text Example
Text Example
White with #064FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064FBA; }
p { color: rgb(6,79,186); }
H1.HeaderClassName
{
color: #064FBA;
}
.AnyTagClassName
{
color: #064FBA;
}
</style>
background-color css
<style>
a { background-color: #064FBA; }
a { background-color: rgb(6,79,186); }
div.DivClassName
{
background-color: #064FBA;
}
.BgClassName
{
background-color: #064FBA;
}
</style>
border-color css
<style>
span { border-color: #064FBA; }
span { border-color: rgb(6,79,186); }
td.TdClassName
{
border-color: #064FBA;
}
.TagClassName
{
border-color: #064FBA;
}
</style>