Shades of Cobalt #064E97
Tints of Cobalt #064E97
RGB
CMYK
RGB Variations
Color information
#064E97 (or 0x064E97) is known color: Cobalt. HEX triplet: 06, 4E and 97. RGB value is (6,78,151). Sum of RGB (Red+Green+Blue) = 6+78+151=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #064E97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064E97 is #F9B168. Grayscale: #404040. Windows color (decimal): -16363881 or 9915910. OLE color: 9915910.
HSL color Cylindrical-coordinate representation of color #064E97: hue angle of 210.21º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064E97 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 78 | 151 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.41 |
| HSL | 210.21º | 0.92% | 0.31% | - |
| HSV(B) | 210.21º | 0.96% | 0.59% | - |
| XYZ | 8.39 | 7.72 | 30.33 | - |
| YUV | 64.79 | 176.65 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 151 | 0.96 | 0.48 | 0 | 0.41 | 210.21 | 0.92 | 0.31 |
| Hex | 6 | 4E | 97 | 60 | 30 | 0 | 29 | D2 | 5C | 1F |
| Octal | 6 | 116 | 227 | 140 | 60 | 0 | 51 | 322 | 134 | 37 |
| Binary | 110 | 1001110 | 10010111 | 1100000 | 110000 | 0 | 101001 | 11010010 | 1011100 | 11111 |
Color Harmonies of #064E97
Complementary color
Monochromatic Colors of #064E97
Black with #064E97
Text Example
Text Example
White with #064E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E97; }
p { color: rgb(6,78,151); }
H1.HeaderClassName
{
color: #064E97;
}
.AnyTagClassName
{
color: #064E97;
}
</style>
background-color css
<style>
a { background-color: #064E97; }
a { background-color: rgb(6,78,151); }
div.DivClassName
{
background-color: #064E97;
}
.BgClassName
{
background-color: #064E97;
}
</style>
border-color css
<style>
span { border-color: #064E97; }
span { border-color: rgb(6,78,151); }
td.TdClassName
{
border-color: #064E97;
}
.TagClassName
{
border-color: #064E97;
}
</style>