Shades of Cobalt #064BA1
Tints of Cobalt #064BA1
RGB
CMYK
RGB Variations
Color information
#064BA1 (or 0x064BA1) is known color: Cobalt. HEX triplet: 06, 4B and A1. RGB value is (6,75,161). Sum of RGB (Red+Green+Blue) = 6+75+161=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 161 (63.28% from 255 or 66.53% from 242); Max value from RGB is 161 - color contains mainly: blue. Hex color #064BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064BA1 is #F9B45E. Grayscale: #3F3F3F. Windows color (decimal): -16364639 or 10570502. OLE color: 10570502.
HSL color Cylindrical-coordinate representation of color #064BA1: hue angle of 213.29º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064BA1 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 75 | 161 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.37 |
| HSL | 213.29º | 0.93% | 0.33% | - |
| HSV(B) | 213.29º | 0.96% | 0.63% | - |
| XYZ | 9.02 | 7.64 | 34.72 | - |
| YUV | 64.17 | 182.64 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 161 | 0.96 | 0.53 | 0 | 0.37 | 213.29 | 0.93 | 0.33 |
| Hex | 6 | 4B | A1 | 60 | 35 | 0 | 25 | D5 | 5D | 21 |
| Octal | 6 | 113 | 241 | 140 | 65 | 0 | 45 | 325 | 135 | 41 |
| Binary | 110 | 1001011 | 10100001 | 1100000 | 110101 | 0 | 100101 | 11010101 | 1011101 | 100001 |
Color Harmonies of #064BA1
Complementary color
Monochromatic Colors of #064BA1
Black with #064BA1
Text Example
Text Example
White with #064BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064BA1; }
p { color: rgb(6,75,161); }
H1.HeaderClassName
{
color: #064BA1;
}
.AnyTagClassName
{
color: #064BA1;
}
</style>
background-color css
<style>
a { background-color: #064BA1; }
a { background-color: rgb(6,75,161); }
div.DivClassName
{
background-color: #064BA1;
}
.BgClassName
{
background-color: #064BA1;
}
</style>
border-color css
<style>
span { border-color: #064BA1; }
span { border-color: rgb(6,75,161); }
td.TdClassName
{
border-color: #064BA1;
}
.TagClassName
{
border-color: #064BA1;
}
</style>