Shades of Cobalt #064AB3
Tints of Cobalt #064AB3
RGB
CMYK
RGB Variations
Color information
#064AB3 (or 0x064AB3) is known color: Cobalt. HEX triplet: 06, 4A and B3. RGB value is (6,74,179). Sum of RGB (Red+Green+Blue) = 6+74+179=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 179 (70.31% from 255 or 69.11% from 259); Max value from RGB is 179 - color contains mainly: blue. Hex color #064AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064AB3 is #F9B54C. Grayscale: #414141. Windows color (decimal): -16364877 or 11749894. OLE color: 11749894.
HSL color Cylindrical-coordinate representation of color #064AB3: hue angle of 216.42º degrees, saturation: 0.94, 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 #064AB3 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 74 | 179 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.30 |
| HSL | 216.42º | 0.94% | 0.36% | - |
| HSV(B) | 216.42º | 0.97% | 0.7% | - |
| XYZ | 10.66 | 8.19 | 43.67 | - |
| YUV | 65.64 | 191.97 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 179 | 0.97 | 0.59 | 0 | 0.30 | 216.42 | 0.94 | 0.36 |
| Hex | 6 | 4A | B3 | 61 | 3B | 0 | 1E | D8 | 5E | 24 |
| Octal | 6 | 112 | 263 | 141 | 73 | 0 | 36 | 330 | 136 | 44 |
| Binary | 110 | 1001010 | 10110011 | 1100001 | 111011 | 0 | 11110 | 11011000 | 1011110 | 100100 |
Color Harmonies of #064AB3
Complementary color
Monochromatic Colors of #064AB3
Black with #064AB3
Text Example
Text Example
White with #064AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064AB3; }
p { color: rgb(6,74,179); }
H1.HeaderClassName
{
color: #064AB3;
}
.AnyTagClassName
{
color: #064AB3;
}
</style>
background-color css
<style>
a { background-color: #064AB3; }
a { background-color: rgb(6,74,179); }
div.DivClassName
{
background-color: #064AB3;
}
.BgClassName
{
background-color: #064AB3;
}
</style>
border-color css
<style>
span { border-color: #064AB3; }
span { border-color: rgb(6,74,179); }
td.TdClassName
{
border-color: #064AB3;
}
.TagClassName
{
border-color: #064AB3;
}
</style>