Shades of Navy Blue #064DFF
Tints of Navy Blue #064DFF
RGB
CMYK
RGB Variations
Color information
#064DFF (or 0x064DFF) is known color: Navy Blue. HEX triplet: 06, 4D and FF. RGB value is (6,77,255). Sum of RGB (Red+Green+Blue) = 6+77+255=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #064DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064DFF is #F9B200. Grayscale: #4B4B4B. Windows color (decimal): -16364033 or 16731398. OLE color: 16731398.
HSL color Cylindrical-coordinate representation of color #064DFF: hue angle of 222.89º 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 #064DFF is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 77 | 255 | - |
| CMYK | 0.98 | 0.70 | 0 | 0 |
| HSL | 222.89º | 1% | 0.51% | - |
| HSV(B) | 222.89º | 0.98% | 1% | - |
| XYZ | 20.78 | 12.57 | 95.94 | - |
| YUV | 76.06 | 228.98 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 255 | 0.98 | 0.70 | 0 | 0 | 222.89 | 1 | 0.51 |
| Hex | 6 | 4D | FF | 62 | 46 | 0 | 0 | DF | 64 | 33 |
| Octal | 6 | 115 | 377 | 142 | 106 | 0 | 0 | 337 | 144 | 63 |
| Binary | 110 | 1001101 | 11111111 | 1100010 | 1000110 | 0 | 0 | 11011111 | 1100100 | 110011 |
Color Harmonies of #064DFF
Complementary color
Monochromatic Colors of #064DFF
Black with #064DFF
Text Example
Text Example
White with #064DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064DFF; }
p { color: rgb(6,77,255); }
H1.HeaderClassName
{
color: #064DFF;
}
.AnyTagClassName
{
color: #064DFF;
}
</style>
background-color css
<style>
a { background-color: #064DFF; }
a { background-color: rgb(6,77,255); }
div.DivClassName
{
background-color: #064DFF;
}
.BgClassName
{
background-color: #064DFF;
}
</style>
border-color css
<style>
span { border-color: #064DFF; }
span { border-color: rgb(6,77,255); }
td.TdClassName
{
border-color: #064DFF;
}
.TagClassName
{
border-color: #064DFF;
}
</style>