Shades of Cobalt #064AAF
Tints of Cobalt #064AAF
RGB
CMYK
RGB Variations
Color information
#064AAF (or 0x064AAF) is known color: Cobalt. HEX triplet: 06, 4A and AF. RGB value is (6,74,175). Sum of RGB (Red+Green+Blue) = 6+74+175=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #064AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064AAF is #F9B550. Grayscale: #404040. Windows color (decimal): -16364881 or 11487750. OLE color: 11487750.
HSL color Cylindrical-coordinate representation of color #064AAF: hue angle of 215.86º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064AAF is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 74 | 175 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.31 |
| HSL | 215.86º | 0.93% | 0.35% | - |
| HSV(B) | 215.86º | 0.97% | 0.69% | - |
| XYZ | 10.26 | 8.03 | 41.57 | - |
| YUV | 65.18 | 189.97 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 175 | 0.97 | 0.58 | 0 | 0.31 | 215.86 | 0.93 | 0.35 |
| Hex | 6 | 4A | AF | 61 | 3A | 0 | 1F | D8 | 5D | 23 |
| Octal | 6 | 112 | 257 | 141 | 72 | 0 | 37 | 330 | 135 | 43 |
| Binary | 110 | 1001010 | 10101111 | 1100001 | 111010 | 0 | 11111 | 11011000 | 1011101 | 100011 |
Color Harmonies of #064AAF
Complementary color
Monochromatic Colors of #064AAF
Black with #064AAF
Text Example
Text Example
White with #064AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064AAF; }
p { color: rgb(6,74,175); }
H1.HeaderClassName
{
color: #064AAF;
}
.AnyTagClassName
{
color: #064AAF;
}
</style>
background-color css
<style>
a { background-color: #064AAF; }
a { background-color: rgb(6,74,175); }
div.DivClassName
{
background-color: #064AAF;
}
.BgClassName
{
background-color: #064AAF;
}
</style>
border-color css
<style>
span { border-color: #064AAF; }
span { border-color: rgb(6,74,175); }
td.TdClassName
{
border-color: #064AAF;
}
.TagClassName
{
border-color: #064AAF;
}
</style>