Shades of Navy Blue #064EDA
Tints of Navy Blue #064EDA
RGB
CMYK
RGB Variations
Color information
#064EDA (or 0x064EDA) is known color: Navy Blue. HEX triplet: 06, 4E and DA. RGB value is (6,78,218). Sum of RGB (Red+Green+Blue) = 6+78+218=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #064EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064EDA is #F9B125. Grayscale: #474747. Windows color (decimal): -16363814 or 14306822. OLE color: 14306822.
HSL color Cylindrical-coordinate representation of color #064EDA: hue angle of 219.62º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064EDA is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 78 | 218 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.15 |
| HSL | 219.62º | 0.95% | 0.44% | - |
| HSV(B) | 219.62º | 0.97% | 0.85% | - |
| XYZ | 15.45 | 10.55 | 67.55 | - |
| YUV | 72.43 | 210.15 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 218 | 0.97 | 0.64 | 0 | 0.15 | 219.62 | 0.95 | 0.44 |
| Hex | 6 | 4E | DA | 61 | 40 | 0 | F | DC | 5F | 2C |
| Octal | 6 | 116 | 332 | 141 | 100 | 0 | 17 | 334 | 137 | 54 |
| Binary | 110 | 1001110 | 11011010 | 1100001 | 1000000 | 0 | 1111 | 11011100 | 1011111 | 101100 |
Color Harmonies of #064EDA
Complementary color
Monochromatic Colors of #064EDA
Black with #064EDA
Text Example
Text Example
White with #064EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064EDA; }
p { color: rgb(6,78,218); }
H1.HeaderClassName
{
color: #064EDA;
}
.AnyTagClassName
{
color: #064EDA;
}
</style>
background-color css
<style>
a { background-color: #064EDA; }
a { background-color: rgb(6,78,218); }
div.DivClassName
{
background-color: #064EDA;
}
.BgClassName
{
background-color: #064EDA;
}
</style>
border-color css
<style>
span { border-color: #064EDA; }
span { border-color: rgb(6,78,218); }
td.TdClassName
{
border-color: #064EDA;
}
.TagClassName
{
border-color: #064EDA;
}
</style>