Shades of Cobalt #064EAC
Tints of Cobalt #064EAC
RGB
CMYK
RGB Variations
Color information
#064EAC (or 0x064EAC) is known color: Cobalt. HEX triplet: 06, 4E and AC. RGB value is (6,78,172). Sum of RGB (Red+Green+Blue) = 6+78+172=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #064EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064EAC is #F9B153. Grayscale: #424242. Windows color (decimal): -16363860 or 11292166. OLE color: 11292166.
HSL color Cylindrical-coordinate representation of color #064EAC: hue angle of 213.98º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064EAC is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 78 | 172 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.33 |
| HSL | 213.98º | 0.93% | 0.35% | - |
| HSV(B) | 213.98º | 0.97% | 0.67% | - |
| XYZ | 10.25 | 8.47 | 40.12 | - |
| YUV | 67.19 | 187.15 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 172 | 0.97 | 0.55 | 0 | 0.33 | 213.98 | 0.93 | 0.35 |
| Hex | 6 | 4E | AC | 61 | 37 | 0 | 21 | D6 | 5D | 23 |
| Octal | 6 | 116 | 254 | 141 | 67 | 0 | 41 | 326 | 135 | 43 |
| Binary | 110 | 1001110 | 10101100 | 1100001 | 110111 | 0 | 100001 | 11010110 | 1011101 | 100011 |
Color Harmonies of #064EAC
Complementary color
Monochromatic Colors of #064EAC
Black with #064EAC
Text Example
Text Example
White with #064EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064EAC; }
p { color: rgb(6,78,172); }
H1.HeaderClassName
{
color: #064EAC;
}
.AnyTagClassName
{
color: #064EAC;
}
</style>
background-color css
<style>
a { background-color: #064EAC; }
a { background-color: rgb(6,78,172); }
div.DivClassName
{
background-color: #064EAC;
}
.BgClassName
{
background-color: #064EAC;
}
</style>
border-color css
<style>
span { border-color: #064EAC; }
span { border-color: rgb(6,78,172); }
td.TdClassName
{
border-color: #064EAC;
}
.TagClassName
{
border-color: #064EAC;
}
</style>