Shades of Navy Blue #064FDD
Tints of Navy Blue #064FDD
RGB
CMYK
RGB Variations
Color information
#064FDD (or 0x064FDD) is known color: Navy Blue. HEX triplet: 06, 4F and DD. RGB value is (6,79,221). Sum of RGB (Red+Green+Blue) = 6+79+221=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #064FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064FDD is #F9B022. Grayscale: #484848. Windows color (decimal): -16363555 or 14503686. OLE color: 14503686.
HSL color Cylindrical-coordinate representation of color #064FDD: hue angle of 219.63º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064FDD is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 79 | 221 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.13 |
| HSL | 219.63º | 0.95% | 0.45% | - |
| HSV(B) | 219.63º | 0.97% | 0.87% | - |
| XYZ | 15.92 | 10.85 | 69.66 | - |
| YUV | 73.36 | 211.32 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 221 | 0.97 | 0.64 | 0 | 0.13 | 219.63 | 0.95 | 0.45 |
| Hex | 6 | 4F | DD | 61 | 40 | 0 | D | DC | 5F | 2D |
| Octal | 6 | 117 | 335 | 141 | 100 | 0 | 15 | 334 | 137 | 55 |
| Binary | 110 | 1001111 | 11011101 | 1100001 | 1000000 | 0 | 1101 | 11011100 | 1011111 | 101101 |
Color Harmonies of #064FDD
Complementary color
Monochromatic Colors of #064FDD
Black with #064FDD
Text Example
Text Example
White with #064FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064FDD; }
p { color: rgb(6,79,221); }
H1.HeaderClassName
{
color: #064FDD;
}
.AnyTagClassName
{
color: #064FDD;
}
</style>
background-color css
<style>
a { background-color: #064FDD; }
a { background-color: rgb(6,79,221); }
div.DivClassName
{
background-color: #064FDD;
}
.BgClassName
{
background-color: #064FDD;
}
</style>
border-color css
<style>
span { border-color: #064FDD; }
span { border-color: rgb(6,79,221); }
td.TdClassName
{
border-color: #064FDD;
}
.TagClassName
{
border-color: #064FDD;
}
</style>