Shades of Navy Blue #064EDF
Tints of Navy Blue #064EDF
RGB
CMYK
RGB Variations
Color information
#064EDF (or 0x064EDF) is known color: Navy Blue. HEX triplet: 06, 4E and DF. RGB value is (6,78,223). Sum of RGB (Red+Green+Blue) = 6+78+223=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #064EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064EDF is #F9B120. Grayscale: #484848. Windows color (decimal): -16363809 or 14634502. OLE color: 14634502.
HSL color Cylindrical-coordinate representation of color #064EDF: hue angle of 220.09º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064EDF is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 78 | 223 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.13 |
| HSL | 220.09º | 0.95% | 0.45% | - |
| HSV(B) | 220.09º | 0.97% | 0.87% | - |
| XYZ | 16.12 | 10.82 | 71.05 | - |
| YUV | 73 | 212.65 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 223 | 0.97 | 0.65 | 0 | 0.13 | 220.09 | 0.95 | 0.45 |
| Hex | 6 | 4E | DF | 61 | 41 | 0 | D | DC | 5F | 2D |
| Octal | 6 | 116 | 337 | 141 | 101 | 0 | 15 | 334 | 137 | 55 |
| Binary | 110 | 1001110 | 11011111 | 1100001 | 1000001 | 0 | 1101 | 11011100 | 1011111 | 101101 |
Color Harmonies of #064EDF
Complementary color
Monochromatic Colors of #064EDF
Black with #064EDF
Text Example
Text Example
White with #064EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064EDF; }
p { color: rgb(6,78,223); }
H1.HeaderClassName
{
color: #064EDF;
}
.AnyTagClassName
{
color: #064EDF;
}
</style>
background-color css
<style>
a { background-color: #064EDF; }
a { background-color: rgb(6,78,223); }
div.DivClassName
{
background-color: #064EDF;
}
.BgClassName
{
background-color: #064EDF;
}
</style>
border-color css
<style>
span { border-color: #064EDF; }
span { border-color: rgb(6,78,223); }
td.TdClassName
{
border-color: #064EDF;
}
.TagClassName
{
border-color: #064EDF;
}
</style>