Shades of Cobalt #064AB1
Tints of Cobalt #064AB1
RGB
CMYK
RGB Variations
Color information
#064AB1 (or 0x064AB1) is known color: Cobalt. HEX triplet: 06, 4A and B1. RGB value is (6,74,177). Sum of RGB (Red+Green+Blue) = 6+74+177=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 177 (69.53% from 255 or 68.87% from 257); Max value from RGB is 177 - color contains mainly: blue. Hex color #064AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064AB1 is #F9B54E. Grayscale: #404040. Windows color (decimal): -16364879 or 11618822. OLE color: 11618822.
HSL color Cylindrical-coordinate representation of color #064AB1: hue angle of 216.14º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064AB1 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 74 | 177 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.31 |
| HSL | 216.14º | 0.93% | 0.36% | - |
| HSV(B) | 216.14º | 0.97% | 0.69% | - |
| XYZ | 10.46 | 8.11 | 42.61 | - |
| YUV | 65.41 | 190.97 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 177 | 0.97 | 0.58 | 0 | 0.31 | 216.14 | 0.93 | 0.36 |
| Hex | 6 | 4A | B1 | 61 | 3A | 0 | 1F | D8 | 5D | 24 |
| Octal | 6 | 112 | 261 | 141 | 72 | 0 | 37 | 330 | 135 | 44 |
| Binary | 110 | 1001010 | 10110001 | 1100001 | 111010 | 0 | 11111 | 11011000 | 1011101 | 100100 |
Color Harmonies of #064AB1
Complementary color
Monochromatic Colors of #064AB1
Black with #064AB1
Text Example
Text Example
White with #064AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064AB1; }
p { color: rgb(6,74,177); }
H1.HeaderClassName
{
color: #064AB1;
}
.AnyTagClassName
{
color: #064AB1;
}
</style>
background-color css
<style>
a { background-color: #064AB1; }
a { background-color: rgb(6,74,177); }
div.DivClassName
{
background-color: #064AB1;
}
.BgClassName
{
background-color: #064AB1;
}
</style>
border-color css
<style>
span { border-color: #064AB1; }
span { border-color: rgb(6,74,177); }
td.TdClassName
{
border-color: #064AB1;
}
.TagClassName
{
border-color: #064AB1;
}
</style>