Shades of Navy Blue #064DFC
Tints of Navy Blue #064DFC
RGB
CMYK
RGB Variations
Color information
#064DFC (or 0x064DFC) is known color: Navy Blue. HEX triplet: 06, 4D and FC. RGB value is (6,77,252). Sum of RGB (Red+Green+Blue) = 6+77+252=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 252 (98.83% from 255 or 75.22% from 335); Max value from RGB is 252 - color contains mainly: blue. Hex color #064DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064DFC is #F9B203. Grayscale: #4A4A4A. Windows color (decimal): -16364036 or 16534790. OLE color: 16534790.
HSL color Cylindrical-coordinate representation of color #064DFC: hue angle of 222.68º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #064DFC is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 77 | 252 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.01 |
| HSL | 222.68º | 0.98% | 0.51% | - |
| HSV(B) | 222.68º | 0.98% | 0.99% | - |
| XYZ | 20.3 | 12.37 | 93.41 | - |
| YUV | 75.72 | 227.48 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 252 | 0.98 | 0.69 | 0 | 0.01 | 222.68 | 0.98 | 0.51 |
| Hex | 6 | 4D | FC | 62 | 45 | 0 | 1 | DF | 62 | 33 |
| Octal | 6 | 115 | 374 | 142 | 105 | 0 | 1 | 337 | 142 | 63 |
| Binary | 110 | 1001101 | 11111100 | 1100010 | 1000101 | 0 | 1 | 11011111 | 1100010 | 110011 |
Color Harmonies of #064DFC
Complementary color
Monochromatic Colors of #064DFC
Black with #064DFC
Text Example
Text Example
White with #064DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064DFC; }
p { color: rgb(6,77,252); }
H1.HeaderClassName
{
color: #064DFC;
}
.AnyTagClassName
{
color: #064DFC;
}
</style>
background-color css
<style>
a { background-color: #064DFC; }
a { background-color: rgb(6,77,252); }
div.DivClassName
{
background-color: #064DFC;
}
.BgClassName
{
background-color: #064DFC;
}
</style>
border-color css
<style>
span { border-color: #064DFC; }
span { border-color: rgb(6,77,252); }
td.TdClassName
{
border-color: #064DFC;
}
.TagClassName
{
border-color: #064DFC;
}
</style>