Shades of Navy Blue #064ECE
Tints of Navy Blue #064ECE
RGB
CMYK
RGB Variations
Color information
#064ECE (or 0x064ECE) is known color: Navy Blue. HEX triplet: 06, 4E and CE. RGB value is (6,78,206). Sum of RGB (Red+Green+Blue) = 6+78+206=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #064ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064ECE is #F9B131. Grayscale: #464646. Windows color (decimal): -16363826 or 13520390. OLE color: 13520390.
HSL color Cylindrical-coordinate representation of color #064ECE: hue angle of 218.4º 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 #064ECE is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 78 | 206 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.19 |
| HSL | 218.4º | 0.94% | 0.42% | - |
| HSV(B) | 218.4º | 0.97% | 0.81% | - |
| XYZ | 13.94 | 9.94 | 59.58 | - |
| YUV | 71.06 | 204.15 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 206 | 0.97 | 0.62 | 0 | 0.19 | 218.4 | 0.94 | 0.42 |
| Hex | 6 | 4E | CE | 61 | 3E | 0 | 13 | DA | 5E | 2A |
| Octal | 6 | 116 | 316 | 141 | 76 | 0 | 23 | 332 | 136 | 52 |
| Binary | 110 | 1001110 | 11001110 | 1100001 | 111110 | 0 | 10011 | 11011010 | 1011110 | 101010 |
Color Harmonies of #064ECE
Complementary color
Monochromatic Colors of #064ECE
Black with #064ECE
Text Example
Text Example
White with #064ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064ECE; }
p { color: rgb(6,78,206); }
H1.HeaderClassName
{
color: #064ECE;
}
.AnyTagClassName
{
color: #064ECE;
}
</style>
background-color css
<style>
a { background-color: #064ECE; }
a { background-color: rgb(6,78,206); }
div.DivClassName
{
background-color: #064ECE;
}
.BgClassName
{
background-color: #064ECE;
}
</style>
border-color css
<style>
span { border-color: #064ECE; }
span { border-color: rgb(6,78,206); }
td.TdClassName
{
border-color: #064ECE;
}
.TagClassName
{
border-color: #064ECE;
}
</style>