Shades of Navy Blue #064DCE
Tints of Navy Blue #064DCE
RGB
CMYK
RGB Variations
Color information
#064DCE (or 0x064DCE) is known color: Navy Blue. HEX triplet: 06, 4D and CE. RGB value is (6,77,206). Sum of RGB (Red+Green+Blue) = 6+77+206=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #064DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064DCE is #F9B231. Grayscale: #454545. Windows color (decimal): -16364082 or 13520134. OLE color: 13520134.
HSL color Cylindrical-coordinate representation of color #064DCE: hue angle of 218.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064DCE is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 77 | 206 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.19 |
| HSL | 218.7º | 0.94% | 0.42% | - |
| HSV(B) | 218.7º | 0.97% | 0.81% | - |
| XYZ | 13.87 | 9.8 | 59.55 | - |
| YUV | 70.48 | 204.48 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 206 | 0.97 | 0.63 | 0 | 0.19 | 218.7 | 0.94 | 0.42 |
| Hex | 6 | 4D | CE | 61 | 3F | 0 | 13 | DB | 5E | 2A |
| Octal | 6 | 115 | 316 | 141 | 77 | 0 | 23 | 333 | 136 | 52 |
| Binary | 110 | 1001101 | 11001110 | 1100001 | 111111 | 0 | 10011 | 11011011 | 1011110 | 101010 |
Color Harmonies of #064DCE
Complementary color
Monochromatic Colors of #064DCE
Black with #064DCE
Text Example
Text Example
White with #064DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064DCE; }
p { color: rgb(6,77,206); }
H1.HeaderClassName
{
color: #064DCE;
}
.AnyTagClassName
{
color: #064DCE;
}
</style>
background-color css
<style>
a { background-color: #064DCE; }
a { background-color: rgb(6,77,206); }
div.DivClassName
{
background-color: #064DCE;
}
.BgClassName
{
background-color: #064DCE;
}
</style>
border-color css
<style>
span { border-color: #064DCE; }
span { border-color: rgb(6,77,206); }
td.TdClassName
{
border-color: #064DCE;
}
.TagClassName
{
border-color: #064DCE;
}
</style>