Shades of Cobalt #064DAE
Tints of Cobalt #064DAE
RGB
CMYK
RGB Variations
Color information
#064DAE (or 0x064DAE) is known color: Cobalt. HEX triplet: 06, 4D and AE. RGB value is (6,77,174). Sum of RGB (Red+Green+Blue) = 6+77+174=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #064DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064DAE is #F9B251. Grayscale: #424242. Windows color (decimal): -16364114 or 11422982. OLE color: 11422982.
HSL color Cylindrical-coordinate representation of color #064DAE: hue angle of 214.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064DAE is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 77 | 174 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.32 |
| HSL | 214.64º | 0.93% | 0.35% | - |
| HSV(B) | 214.64º | 0.97% | 0.68% | - |
| XYZ | 10.37 | 8.4 | 41.12 | - |
| YUV | 66.83 | 188.48 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 174 | 0.97 | 0.56 | 0 | 0.32 | 214.64 | 0.93 | 0.35 |
| Hex | 6 | 4D | AE | 61 | 38 | 0 | 20 | D7 | 5D | 23 |
| Octal | 6 | 115 | 256 | 141 | 70 | 0 | 40 | 327 | 135 | 43 |
| Binary | 110 | 1001101 | 10101110 | 1100001 | 111000 | 0 | 100000 | 11010111 | 1011101 | 100011 |
Color Harmonies of #064DAE
Complementary color
Monochromatic Colors of #064DAE
Black with #064DAE
Text Example
Text Example
White with #064DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064DAE; }
p { color: rgb(6,77,174); }
H1.HeaderClassName
{
color: #064DAE;
}
.AnyTagClassName
{
color: #064DAE;
}
</style>
background-color css
<style>
a { background-color: #064DAE; }
a { background-color: rgb(6,77,174); }
div.DivClassName
{
background-color: #064DAE;
}
.BgClassName
{
background-color: #064DAE;
}
</style>
border-color css
<style>
span { border-color: #064DAE; }
span { border-color: rgb(6,77,174); }
td.TdClassName
{
border-color: #064DAE;
}
.TagClassName
{
border-color: #064DAE;
}
</style>