Shades of Cobalt #064A97
Tints of Cobalt #064A97
RGB
CMYK
RGB Variations
Color information
#064A97 (or 0x064A97) is known color: Cobalt. HEX triplet: 06, 4A and 97. RGB value is (6,74,151). Sum of RGB (Red+Green+Blue) = 6+74+151=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 151 (59.38% from 255 or 65.37% from 231); Max value from RGB is 151 - color contains mainly: blue. Hex color #064A97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064A97 is #F9B568. Grayscale: #3E3E3E. Windows color (decimal): -16364905 or 9914886. OLE color: 9914886.
HSL color Cylindrical-coordinate representation of color #064A97: hue angle of 211.86º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064A97 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 74 | 151 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.41 |
| HSL | 211.86º | 0.92% | 0.31% | - |
| HSV(B) | 211.86º | 0.96% | 0.59% | - |
| XYZ | 8.11 | 7.17 | 30.23 | - |
| YUV | 62.45 | 177.97 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 151 | 0.96 | 0.51 | 0 | 0.41 | 211.86 | 0.92 | 0.31 |
| Hex | 6 | 4A | 97 | 60 | 33 | 0 | 29 | D4 | 5C | 1F |
| Octal | 6 | 112 | 227 | 140 | 63 | 0 | 51 | 324 | 134 | 37 |
| Binary | 110 | 1001010 | 10010111 | 1100000 | 110011 | 0 | 101001 | 11010100 | 1011100 | 11111 |
Color Harmonies of #064A97
Complementary color
Monochromatic Colors of #064A97
Black with #064A97
Text Example
Text Example
White with #064A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A97; }
p { color: rgb(6,74,151); }
H1.HeaderClassName
{
color: #064A97;
}
.AnyTagClassName
{
color: #064A97;
}
</style>
background-color css
<style>
a { background-color: #064A97; }
a { background-color: rgb(6,74,151); }
div.DivClassName
{
background-color: #064A97;
}
.BgClassName
{
background-color: #064A97;
}
</style>
border-color css
<style>
span { border-color: #064A97; }
span { border-color: rgb(6,74,151); }
td.TdClassName
{
border-color: #064A97;
}
.TagClassName
{
border-color: #064A97;
}
</style>