Shades of Navy Blue #064CDC
Tints of Navy Blue #064CDC
RGB
CMYK
RGB Variations
Color information
#064CDC (or 0x064CDC) is known color: Navy Blue. HEX triplet: 06, 4C and DC. RGB value is (6,76,220). Sum of RGB (Red+Green+Blue) = 6+76+220=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #064CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CDC is #F9B323. Grayscale: #464646. Windows color (decimal): -16364324 or 14437382. OLE color: 14437382.
HSL color Cylindrical-coordinate representation of color #064CDC: hue angle of 220.37º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064CDC is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 76 | 220 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.14 |
| HSL | 220.37º | 0.95% | 0.44% | - |
| HSV(B) | 220.37º | 0.97% | 0.86% | - |
| XYZ | 15.58 | 10.37 | 68.89 | - |
| YUV | 71.49 | 211.81 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 220 | 0.97 | 0.65 | 0 | 0.14 | 220.37 | 0.95 | 0.44 |
| Hex | 6 | 4C | DC | 61 | 41 | 0 | E | DC | 5F | 2C |
| Octal | 6 | 114 | 334 | 141 | 101 | 0 | 16 | 334 | 137 | 54 |
| Binary | 110 | 1001100 | 11011100 | 1100001 | 1000001 | 0 | 1110 | 11011100 | 1011111 | 101100 |
Color Harmonies of #064CDC
Complementary color
Monochromatic Colors of #064CDC
Black with #064CDC
Text Example
Text Example
White with #064CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064CDC; }
p { color: rgb(6,76,220); }
H1.HeaderClassName
{
color: #064CDC;
}
.AnyTagClassName
{
color: #064CDC;
}
</style>
background-color css
<style>
a { background-color: #064CDC; }
a { background-color: rgb(6,76,220); }
div.DivClassName
{
background-color: #064CDC;
}
.BgClassName
{
background-color: #064CDC;
}
</style>
border-color css
<style>
span { border-color: #064CDC; }
span { border-color: rgb(6,76,220); }
td.TdClassName
{
border-color: #064CDC;
}
.TagClassName
{
border-color: #064CDC;
}
</style>