Shades of Cobalt #064ABC
Tints of Cobalt #064ABC
RGB
CMYK
RGB Variations
Color information
#064ABC (or 0x064ABC) is known color: Cobalt. HEX triplet: 06, 4A and BC. RGB value is (6,74,188). Sum of RGB (Red+Green+Blue) = 6+74+188=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #064ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064ABC is #F9B543. Grayscale: #424242. Windows color (decimal): -16364868 or 12339718. OLE color: 12339718.
HSL color Cylindrical-coordinate representation of color #064ABC: hue angle of 217.58º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064ABC is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 74 | 188 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.26 |
| HSL | 217.58º | 0.94% | 0.38% | - |
| HSV(B) | 217.58º | 0.97% | 0.74% | - |
| XYZ | 11.6 | 8.57 | 48.62 | - |
| YUV | 66.66 | 196.47 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 188 | 0.97 | 0.61 | 0 | 0.26 | 217.58 | 0.94 | 0.38 |
| Hex | 6 | 4A | BC | 61 | 3D | 0 | 1A | DA | 5E | 26 |
| Octal | 6 | 112 | 274 | 141 | 75 | 0 | 32 | 332 | 136 | 46 |
| Binary | 110 | 1001010 | 10111100 | 1100001 | 111101 | 0 | 11010 | 11011010 | 1011110 | 100110 |
Color Harmonies of #064ABC
Complementary color
Monochromatic Colors of #064ABC
Black with #064ABC
Text Example
Text Example
White with #064ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064ABC; }
p { color: rgb(6,74,188); }
H1.HeaderClassName
{
color: #064ABC;
}
.AnyTagClassName
{
color: #064ABC;
}
</style>
background-color css
<style>
a { background-color: #064ABC; }
a { background-color: rgb(6,74,188); }
div.DivClassName
{
background-color: #064ABC;
}
.BgClassName
{
background-color: #064ABC;
}
</style>
border-color css
<style>
span { border-color: #064ABC; }
span { border-color: rgb(6,74,188); }
td.TdClassName
{
border-color: #064ABC;
}
.TagClassName
{
border-color: #064ABC;
}
</style>