Shades of Navy Blue #064EDB
Tints of Navy Blue #064EDB
RGB
CMYK
RGB Variations
Color information
#064EDB (or 0x064EDB) is known color: Navy Blue. HEX triplet: 06, 4E and DB. RGB value is (6,78,219). Sum of RGB (Red+Green+Blue) = 6+78+219=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #064EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064EDB is #F9B124. Grayscale: #474747. Windows color (decimal): -16363813 or 14372358. OLE color: 14372358.
HSL color Cylindrical-coordinate representation of color #064EDB: hue angle of 219.72º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064EDB is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 78 | 219 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.14 |
| HSL | 219.72º | 0.95% | 0.44% | - |
| HSV(B) | 219.72º | 0.97% | 0.86% | - |
| XYZ | 15.59 | 10.6 | 68.24 | - |
| YUV | 72.55 | 210.65 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 219 | 0.97 | 0.64 | 0 | 0.14 | 219.72 | 0.95 | 0.44 |
| Hex | 6 | 4E | DB | 61 | 40 | 0 | E | DC | 5F | 2C |
| Octal | 6 | 116 | 333 | 141 | 100 | 0 | 16 | 334 | 137 | 54 |
| Binary | 110 | 1001110 | 11011011 | 1100001 | 1000000 | 0 | 1110 | 11011100 | 1011111 | 101100 |
Color Harmonies of #064EDB
Complementary color
Monochromatic Colors of #064EDB
Black with #064EDB
Text Example
Text Example
White with #064EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064EDB; }
p { color: rgb(6,78,219); }
H1.HeaderClassName
{
color: #064EDB;
}
.AnyTagClassName
{
color: #064EDB;
}
</style>
background-color css
<style>
a { background-color: #064EDB; }
a { background-color: rgb(6,78,219); }
div.DivClassName
{
background-color: #064EDB;
}
.BgClassName
{
background-color: #064EDB;
}
</style>
border-color css
<style>
span { border-color: #064EDB; }
span { border-color: rgb(6,78,219); }
td.TdClassName
{
border-color: #064EDB;
}
.TagClassName
{
border-color: #064EDB;
}
</style>