Shades of Navy Blue #064ECF
Tints of Navy Blue #064ECF
RGB
CMYK
RGB Variations
Color information
#064ECF (or 0x064ECF) is known color: Navy Blue. HEX triplet: 06, 4E and CF. RGB value is (6,78,207). Sum of RGB (Red+Green+Blue) = 6+78+207=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 207 (81.25% from 255 or 71.13% from 291); Max value from RGB is 207 - color contains mainly: blue. Hex color #064ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064ECF is #F9B130. Grayscale: #464646. Windows color (decimal): -16363825 or 13585926. OLE color: 13585926.
HSL color Cylindrical-coordinate representation of color #064ECF: hue angle of 218.51º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064ECF is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 78 | 207 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.19 |
| HSL | 218.51º | 0.94% | 0.42% | - |
| HSV(B) | 218.51º | 0.97% | 0.81% | - |
| XYZ | 14.06 | 9.99 | 60.22 | - |
| YUV | 71.18 | 204.65 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 207 | 0.97 | 0.62 | 0 | 0.19 | 218.51 | 0.94 | 0.42 |
| Hex | 6 | 4E | CF | 61 | 3E | 0 | 13 | DB | 5E | 2A |
| Octal | 6 | 116 | 317 | 141 | 76 | 0 | 23 | 333 | 136 | 52 |
| Binary | 110 | 1001110 | 11001111 | 1100001 | 111110 | 0 | 10011 | 11011011 | 1011110 | 101010 |
Color Harmonies of #064ECF
Complementary color
Monochromatic Colors of #064ECF
Black with #064ECF
Text Example
Text Example
White with #064ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064ECF; }
p { color: rgb(6,78,207); }
H1.HeaderClassName
{
color: #064ECF;
}
.AnyTagClassName
{
color: #064ECF;
}
</style>
background-color css
<style>
a { background-color: #064ECF; }
a { background-color: rgb(6,78,207); }
div.DivClassName
{
background-color: #064ECF;
}
.BgClassName
{
background-color: #064ECF;
}
</style>
border-color css
<style>
span { border-color: #064ECF; }
span { border-color: rgb(6,78,207); }
td.TdClassName
{
border-color: #064ECF;
}
.TagClassName
{
border-color: #064ECF;
}
</style>