Shades of Cobalt #064AAA
Tints of Cobalt #064AAA
RGB
CMYK
RGB Variations
Color information
#064AAA (or 0x064AAA) is known color: Cobalt. HEX triplet: 06, 4A and AA. RGB value is (6,74,170). Sum of RGB (Red+Green+Blue) = 6+74+170=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #064AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064AAA is #F9B555. Grayscale: #404040. Windows color (decimal): -16364886 or 11160070. OLE color: 11160070.
HSL color Cylindrical-coordinate representation of color #064AAA: hue angle of 215.12º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064AAA is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 74 | 170 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.33 |
| HSL | 215.12º | 0.93% | 0.35% | - |
| HSV(B) | 215.12º | 0.96% | 0.67% | - |
| XYZ | 9.78 | 7.84 | 39.03 | - |
| YUV | 64.61 | 187.47 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 170 | 0.96 | 0.56 | 0 | 0.33 | 215.12 | 0.93 | 0.35 |
| Hex | 6 | 4A | AA | 60 | 38 | 0 | 21 | D7 | 5D | 23 |
| Octal | 6 | 112 | 252 | 140 | 70 | 0 | 41 | 327 | 135 | 43 |
| Binary | 110 | 1001010 | 10101010 | 1100000 | 111000 | 0 | 100001 | 11010111 | 1011101 | 100011 |
Color Harmonies of #064AAA
Complementary color
Monochromatic Colors of #064AAA
Black with #064AAA
Text Example
Text Example
White with #064AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064AAA; }
p { color: rgb(6,74,170); }
H1.HeaderClassName
{
color: #064AAA;
}
.AnyTagClassName
{
color: #064AAA;
}
</style>
background-color css
<style>
a { background-color: #064AAA; }
a { background-color: rgb(6,74,170); }
div.DivClassName
{
background-color: #064AAA;
}
.BgClassName
{
background-color: #064AAA;
}
</style>
border-color css
<style>
span { border-color: #064AAA; }
span { border-color: rgb(6,74,170); }
td.TdClassName
{
border-color: #064AAA;
}
.TagClassName
{
border-color: #064AAA;
}
</style>