Shades of Cobalt #064DB5
Tints of Cobalt #064DB5
RGB
CMYK
RGB Variations
Color information
#064DB5 (or 0x064DB5) is known color: Cobalt. HEX triplet: 06, 4D and B5. RGB value is (6,77,181). Sum of RGB (Red+Green+Blue) = 6+77+181=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 181 (71.09% from 255 or 68.56% from 264); Max value from RGB is 181 - color contains mainly: blue. Hex color #064DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064DB5 is #F9B24A. Grayscale: #434343. Windows color (decimal): -16364107 or 11881734. OLE color: 11881734.
HSL color Cylindrical-coordinate representation of color #064DB5: hue angle of 215.66º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064DB5 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 77 | 181 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.29 |
| HSL | 215.66º | 0.94% | 0.37% | - |
| HSV(B) | 215.66º | 0.97% | 0.71% | - |
| XYZ | 11.07 | 8.68 | 44.81 | - |
| YUV | 67.63 | 191.98 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 181 | 0.97 | 0.57 | 0 | 0.29 | 215.66 | 0.94 | 0.37 |
| Hex | 6 | 4D | B5 | 61 | 39 | 0 | 1D | D8 | 5E | 25 |
| Octal | 6 | 115 | 265 | 141 | 71 | 0 | 35 | 330 | 136 | 45 |
| Binary | 110 | 1001101 | 10110101 | 1100001 | 111001 | 0 | 11101 | 11011000 | 1011110 | 100101 |
Color Harmonies of #064DB5
Complementary color
Monochromatic Colors of #064DB5
Black with #064DB5
Text Example
Text Example
White with #064DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064DB5; }
p { color: rgb(6,77,181); }
H1.HeaderClassName
{
color: #064DB5;
}
.AnyTagClassName
{
color: #064DB5;
}
</style>
background-color css
<style>
a { background-color: #064DB5; }
a { background-color: rgb(6,77,181); }
div.DivClassName
{
background-color: #064DB5;
}
.BgClassName
{
background-color: #064DB5;
}
</style>
border-color css
<style>
span { border-color: #064DB5; }
span { border-color: rgb(6,77,181); }
td.TdClassName
{
border-color: #064DB5;
}
.TagClassName
{
border-color: #064DB5;
}
</style>