Shades of Navy Blue #064DD5
Tints of Navy Blue #064DD5
RGB
CMYK
RGB Variations
Color information
#064DD5 (or 0x064DD5) is known color: Navy Blue. HEX triplet: 06, 4D and D5. RGB value is (6,77,213). Sum of RGB (Red+Green+Blue) = 6+77+213=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 213 (83.59% from 255 or 71.96% from 296); Max value from RGB is 213 - color contains mainly: blue. Hex color #064DD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064DD5 is #F9B22A. Grayscale: #464646. Windows color (decimal): -16364075 or 13978886. OLE color: 13978886.
HSL color Cylindrical-coordinate representation of color #064DD5: hue angle of 219.42º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064DD5 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 6 | 77 | 213 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.16 |
| HSL | 219.42º | 0.95% | 0.43% | - |
| HSV(B) | 219.42º | 0.97% | 0.84% | - |
| XYZ | 14.74 | 10.15 | 64.13 | - |
| YUV | 71.28 | 207.98 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 213 | 0.97 | 0.64 | 0 | 0.16 | 219.42 | 0.95 | 0.43 |
| Hex | 6 | 4D | D5 | 61 | 40 | 0 | 10 | DB | 5F | 2B |
| Octal | 6 | 115 | 325 | 141 | 100 | 0 | 20 | 333 | 137 | 53 |
| Binary | 110 | 1001101 | 11010101 | 1100001 | 1000000 | 0 | 10000 | 11011011 | 1011111 | 101011 |
Color Harmonies of #064DD5
Complementary color
Monochromatic Colors of #064DD5
Black with #064DD5
Text Example
Text Example
White with #064DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064DD5; }
p { color: rgb(6,77,213); }
H1.HeaderClassName
{
color: #064DD5;
}
.AnyTagClassName
{
color: #064DD5;
}
</style>
background-color css
<style>
a { background-color: #064DD5; }
a { background-color: rgb(6,77,213); }
div.DivClassName
{
background-color: #064DD5;
}
.BgClassName
{
background-color: #064DD5;
}
</style>
border-color css
<style>
span { border-color: #064DD5; }
span { border-color: rgb(6,77,213); }
td.TdClassName
{
border-color: #064DD5;
}
.TagClassName
{
border-color: #064DD5;
}
</style>