Shades of Navy Blue #064EFF
Tints of Navy Blue #064EFF
RGB
CMYK
RGB Variations
Color information
#064EFF (or 0x064EFF) is known color: Navy Blue. HEX triplet: 06, 4E and FF. RGB value is (6,78,255). Sum of RGB (Red+Green+Blue) = 6+78+255=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #064EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064EFF is #F9B100. Grayscale: #4B4B4B. Windows color (decimal): -16363777 or 16731654. OLE color: 16731654.
HSL color Cylindrical-coordinate representation of color #064EFF: hue angle of 222.65º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #064EFF is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 78 | 255 | - |
| CMYK | 0.98 | 0.69 | 0 | 0 |
| HSL | 222.65º | 1% | 0.51% | - |
| HSV(B) | 222.65º | 0.98% | 1% | - |
| XYZ | 20.85 | 12.71 | 95.96 | - |
| YUV | 76.65 | 228.65 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 255 | 0.98 | 0.69 | 0 | 0 | 222.65 | 1 | 0.51 |
| Hex | 6 | 4E | FF | 62 | 45 | 0 | 0 | DF | 64 | 33 |
| Octal | 6 | 116 | 377 | 142 | 105 | 0 | 0 | 337 | 144 | 63 |
| Binary | 110 | 1001110 | 11111111 | 1100010 | 1000101 | 0 | 0 | 11011111 | 1100100 | 110011 |
Color Harmonies of #064EFF
Complementary color
Monochromatic Colors of #064EFF
Black with #064EFF
Text Example
Text Example
White with #064EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064EFF; }
p { color: rgb(6,78,255); }
H1.HeaderClassName
{
color: #064EFF;
}
.AnyTagClassName
{
color: #064EFF;
}
</style>
background-color css
<style>
a { background-color: #064EFF; }
a { background-color: rgb(6,78,255); }
div.DivClassName
{
background-color: #064EFF;
}
.BgClassName
{
background-color: #064EFF;
}
</style>
border-color css
<style>
span { border-color: #064EFF; }
span { border-color: rgb(6,78,255); }
td.TdClassName
{
border-color: #064EFF;
}
.TagClassName
{
border-color: #064EFF;
}
</style>