Shades of Cobalt #064AA3
Tints of Cobalt #064AA3
RGB
CMYK
RGB Variations
Color information
#064AA3 (or 0x064AA3) is known color: Cobalt. HEX triplet: 06, 4A and A3. RGB value is (6,74,163). Sum of RGB (Red+Green+Blue) = 6+74+163=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 163 (64.06% from 255 or 67.08% from 243); Max value from RGB is 163 - color contains mainly: blue. Hex color #064AA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064AA3 is #F9B55C. Grayscale: #3F3F3F. Windows color (decimal): -16364893 or 10701318. OLE color: 10701318.
HSL color Cylindrical-coordinate representation of color #064AA3: hue angle of 214.01º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064AA3 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 74 | 163 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.36 |
| HSL | 214.01º | 0.93% | 0.33% | - |
| HSV(B) | 214.01º | 0.96% | 0.64% | - |
| XYZ | 9.13 | 7.58 | 35.63 | - |
| YUV | 63.81 | 183.97 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 163 | 0.96 | 0.55 | 0 | 0.36 | 214.01 | 0.93 | 0.33 |
| Hex | 6 | 4A | A3 | 60 | 37 | 0 | 24 | D6 | 5D | 21 |
| Octal | 6 | 112 | 243 | 140 | 67 | 0 | 44 | 326 | 135 | 41 |
| Binary | 110 | 1001010 | 10100011 | 1100000 | 110111 | 0 | 100100 | 11010110 | 1011101 | 100001 |
Color Harmonies of #064AA3
Complementary color
Monochromatic Colors of #064AA3
Black with #064AA3
Text Example
Text Example
White with #064AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064AA3; }
p { color: rgb(6,74,163); }
H1.HeaderClassName
{
color: #064AA3;
}
.AnyTagClassName
{
color: #064AA3;
}
</style>
background-color css
<style>
a { background-color: #064AA3; }
a { background-color: rgb(6,74,163); }
div.DivClassName
{
background-color: #064AA3;
}
.BgClassName
{
background-color: #064AA3;
}
</style>
border-color css
<style>
span { border-color: #064AA3; }
span { border-color: rgb(6,74,163); }
td.TdClassName
{
border-color: #064AA3;
}
.TagClassName
{
border-color: #064AA3;
}
</style>