Shades of Cobalt #064BBA
Tints of Cobalt #064BBA
RGB
CMYK
RGB Variations
Color information
#064BBA (or 0x064BBA) is known color: Cobalt. HEX triplet: 06, 4B and BA. RGB value is (6,75,186). Sum of RGB (Red+Green+Blue) = 6+75+186=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #064BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064BBA is #F9B445. Grayscale: #424242. Windows color (decimal): -16364614 or 12208902. OLE color: 12208902.
HSL color Cylindrical-coordinate representation of color #064BBA: hue angle of 217º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064BBA is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 75 | 186 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.27 |
| HSL | 217º | 0.94% | 0.38% | - |
| HSV(B) | 217º | 0.97% | 0.73% | - |
| XYZ | 11.45 | 8.62 | 47.51 | - |
| YUV | 67.02 | 195.14 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 186 | 0.97 | 0.60 | 0 | 0.27 | 217 | 0.94 | 0.38 |
| Hex | 6 | 4B | BA | 61 | 3C | 0 | 1B | D9 | 5E | 26 |
| Octal | 6 | 113 | 272 | 141 | 74 | 0 | 33 | 331 | 136 | 46 |
| Binary | 110 | 1001011 | 10111010 | 1100001 | 111100 | 0 | 11011 | 11011001 | 1011110 | 100110 |
Color Harmonies of #064BBA
Complementary color
Monochromatic Colors of #064BBA
Black with #064BBA
Text Example
Text Example
White with #064BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064BBA; }
p { color: rgb(6,75,186); }
H1.HeaderClassName
{
color: #064BBA;
}
.AnyTagClassName
{
color: #064BBA;
}
</style>
background-color css
<style>
a { background-color: #064BBA; }
a { background-color: rgb(6,75,186); }
div.DivClassName
{
background-color: #064BBA;
}
.BgClassName
{
background-color: #064BBA;
}
</style>
border-color css
<style>
span { border-color: #064BBA; }
span { border-color: rgb(6,75,186); }
td.TdClassName
{
border-color: #064BBA;
}
.TagClassName
{
border-color: #064BBA;
}
</style>