Shades of Navy Blue #064FDB
Tints of Navy Blue #064FDB
RGB
CMYK
RGB Variations
Color information
#064FDB (or 0x064FDB) is known color: Navy Blue. HEX triplet: 06, 4F and DB. RGB value is (6,79,219). Sum of RGB (Red+Green+Blue) = 6+79+219=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #064FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064FDB is #F9B024. Grayscale: #484848. Windows color (decimal): -16363557 or 14372614. OLE color: 14372614.
HSL color Cylindrical-coordinate representation of color #064FDB: hue angle of 219.44º 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 #064FDB is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 79 | 219 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.14 |
| HSL | 219.44º | 0.95% | 0.44% | - |
| HSV(B) | 219.44º | 0.97% | 0.86% | - |
| XYZ | 15.66 | 10.75 | 68.27 | - |
| YUV | 73.13 | 210.32 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 219 | 0.97 | 0.64 | 0 | 0.14 | 219.44 | 0.95 | 0.44 |
| Hex | 6 | 4F | DB | 61 | 40 | 0 | E | DB | 5F | 2C |
| Octal | 6 | 117 | 333 | 141 | 100 | 0 | 16 | 333 | 137 | 54 |
| Binary | 110 | 1001111 | 11011011 | 1100001 | 1000000 | 0 | 1110 | 11011011 | 1011111 | 101100 |
Color Harmonies of #064FDB
Complementary color
Monochromatic Colors of #064FDB
Black with #064FDB
Text Example
Text Example
White with #064FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064FDB; }
p { color: rgb(6,79,219); }
H1.HeaderClassName
{
color: #064FDB;
}
.AnyTagClassName
{
color: #064FDB;
}
</style>
background-color css
<style>
a { background-color: #064FDB; }
a { background-color: rgb(6,79,219); }
div.DivClassName
{
background-color: #064FDB;
}
.BgClassName
{
background-color: #064FDB;
}
</style>
border-color css
<style>
span { border-color: #064FDB; }
span { border-color: rgb(6,79,219); }
td.TdClassName
{
border-color: #064FDB;
}
.TagClassName
{
border-color: #064FDB;
}
</style>