Shades of Cobalt #064AB2
Tints of Cobalt #064AB2
RGB
CMYK
RGB Variations
Color information
#064AB2 (or 0x064AB2) is known color: Cobalt. HEX triplet: 06, 4A and B2. RGB value is (6,74,178). Sum of RGB (Red+Green+Blue) = 6+74+178=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 178 (69.92% from 255 or 68.99% from 258); Max value from RGB is 178 - color contains mainly: blue. Hex color #064AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064AB2 is #F9B54D. Grayscale: #414141. Windows color (decimal): -16364878 or 11684358. OLE color: 11684358.
HSL color Cylindrical-coordinate representation of color #064AB2: hue angle of 216.28º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064AB2 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 74 | 178 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.30 |
| HSL | 216.28º | 0.93% | 0.36% | - |
| HSV(B) | 216.28º | 0.97% | 0.7% | - |
| XYZ | 10.56 | 8.15 | 43.14 | - |
| YUV | 65.52 | 191.47 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 178 | 0.97 | 0.58 | 0 | 0.30 | 216.28 | 0.93 | 0.36 |
| Hex | 6 | 4A | B2 | 61 | 3A | 0 | 1E | D8 | 5D | 24 |
| Octal | 6 | 112 | 262 | 141 | 72 | 0 | 36 | 330 | 135 | 44 |
| Binary | 110 | 1001010 | 10110010 | 1100001 | 111010 | 0 | 11110 | 11011000 | 1011101 | 100100 |
Color Harmonies of #064AB2
Complementary color
Monochromatic Colors of #064AB2
Black with #064AB2
Text Example
Text Example
White with #064AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064AB2; }
p { color: rgb(6,74,178); }
H1.HeaderClassName
{
color: #064AB2;
}
.AnyTagClassName
{
color: #064AB2;
}
</style>
background-color css
<style>
a { background-color: #064AB2; }
a { background-color: rgb(6,74,178); }
div.DivClassName
{
background-color: #064AB2;
}
.BgClassName
{
background-color: #064AB2;
}
</style>
border-color css
<style>
span { border-color: #064AB2; }
span { border-color: rgb(6,74,178); }
td.TdClassName
{
border-color: #064AB2;
}
.TagClassName
{
border-color: #064AB2;
}
</style>