Shades of Navy Blue #064DCC
Tints of Navy Blue #064DCC
RGB
CMYK
RGB Variations
Color information
#064DCC (or 0x064DCC) is known color: Navy Blue. HEX triplet: 06, 4D and CC. RGB value is (6,77,204). Sum of RGB (Red+Green+Blue) = 6+77+204=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #064DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064DCC is #F9B233. Grayscale: #454545. Windows color (decimal): -16364084 or 13389062. OLE color: 13389062.
HSL color Cylindrical-coordinate representation of color #064DCC: hue angle of 218.48º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064DCC is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 77 | 204 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.2 |
| HSL | 218.48º | 0.94% | 0.41% | - |
| HSV(B) | 218.48º | 0.97% | 0.8% | - |
| XYZ | 13.63 | 9.71 | 58.28 | - |
| YUV | 70.25 | 203.48 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 204 | 0.97 | 0.62 | 0 | 0.2 | 218.48 | 0.94 | 0.41 |
| Hex | 6 | 4D | CC | 61 | 3E | 0 | 14 | DA | 5E | 29 |
| Octal | 6 | 115 | 314 | 141 | 76 | 0 | 24 | 332 | 136 | 51 |
| Binary | 110 | 1001101 | 11001100 | 1100001 | 111110 | 0 | 10100 | 11011010 | 1011110 | 101001 |
Color Harmonies of #064DCC
Complementary color
Monochromatic Colors of #064DCC
Black with #064DCC
Text Example
Text Example
White with #064DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064DCC; }
p { color: rgb(6,77,204); }
H1.HeaderClassName
{
color: #064DCC;
}
.AnyTagClassName
{
color: #064DCC;
}
</style>
background-color css
<style>
a { background-color: #064DCC; }
a { background-color: rgb(6,77,204); }
div.DivClassName
{
background-color: #064DCC;
}
.BgClassName
{
background-color: #064DCC;
}
</style>
border-color css
<style>
span { border-color: #064DCC; }
span { border-color: rgb(6,77,204); }
td.TdClassName
{
border-color: #064DCC;
}
.TagClassName
{
border-color: #064DCC;
}
</style>