Shades of Navy Blue #064BDB
Tints of Navy Blue #064BDB
RGB
CMYK
RGB Variations
Color information
#064BDB (or 0x064BDB) is known color: Navy Blue. HEX triplet: 06, 4B and DB. RGB value is (6,75,219). Sum of RGB (Red+Green+Blue) = 6+75+219=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #064BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064BDB is #F9B424. Grayscale: #464646. Windows color (decimal): -16364581 or 14371590. OLE color: 14371590.
HSL color Cylindrical-coordinate representation of color #064BDB: hue angle of 220.56º 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 #064BDB is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 75 | 219 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.14 |
| HSL | 220.56º | 0.95% | 0.44% | - |
| HSV(B) | 220.56º | 0.97% | 0.86% | - |
| XYZ | 15.38 | 10.19 | 68.17 | - |
| YUV | 70.79 | 211.64 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 219 | 0.97 | 0.66 | 0 | 0.14 | 220.56 | 0.95 | 0.44 |
| Hex | 6 | 4B | DB | 61 | 42 | 0 | E | DD | 5F | 2C |
| Octal | 6 | 113 | 333 | 141 | 102 | 0 | 16 | 335 | 137 | 54 |
| Binary | 110 | 1001011 | 11011011 | 1100001 | 1000010 | 0 | 1110 | 11011101 | 1011111 | 101100 |
Color Harmonies of #064BDB
Complementary color
Monochromatic Colors of #064BDB
Black with #064BDB
Text Example
Text Example
White with #064BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064BDB; }
p { color: rgb(6,75,219); }
H1.HeaderClassName
{
color: #064BDB;
}
.AnyTagClassName
{
color: #064BDB;
}
</style>
background-color css
<style>
a { background-color: #064BDB; }
a { background-color: rgb(6,75,219); }
div.DivClassName
{
background-color: #064BDB;
}
.BgClassName
{
background-color: #064BDB;
}
</style>
border-color css
<style>
span { border-color: #064BDB; }
span { border-color: rgb(6,75,219); }
td.TdClassName
{
border-color: #064BDB;
}
.TagClassName
{
border-color: #064BDB;
}
</style>