Shades of Navy Blue #064EE0
Tints of Navy Blue #064EE0
RGB
CMYK
RGB Variations
Color information
#064EE0 (or 0x064EE0) is known color: Navy Blue. HEX triplet: 06, 4E and E0. RGB value is (6,78,224). Sum of RGB (Red+Green+Blue) = 6+78+224=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 224 (87.89% from 255 or 72.73% from 308); Max value from RGB is 224 - color contains mainly: blue. Hex color #064EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064EE0 is #F9B11F. Grayscale: #484848. Windows color (decimal): -16363808 or 14700038. OLE color: 14700038.
HSL color Cylindrical-coordinate representation of color #064EE0: hue angle of 220.18º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064EE0 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 78 | 224 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.12 |
| HSL | 220.18º | 0.95% | 0.45% | - |
| HSV(B) | 220.18º | 0.97% | 0.88% | - |
| XYZ | 16.25 | 10.87 | 71.76 | - |
| YUV | 73.12 | 213.15 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 224 | 0.97 | 0.65 | 0 | 0.12 | 220.18 | 0.95 | 0.45 |
| Hex | 6 | 4E | E0 | 61 | 41 | 0 | C | DC | 5F | 2D |
| Octal | 6 | 116 | 340 | 141 | 101 | 0 | 14 | 334 | 137 | 55 |
| Binary | 110 | 1001110 | 11100000 | 1100001 | 1000001 | 0 | 1100 | 11011100 | 1011111 | 101101 |
Color Harmonies of #064EE0
Complementary color
Monochromatic Colors of #064EE0
Black with #064EE0
Text Example
Text Example
White with #064EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064EE0; }
p { color: rgb(6,78,224); }
H1.HeaderClassName
{
color: #064EE0;
}
.AnyTagClassName
{
color: #064EE0;
}
</style>
background-color css
<style>
a { background-color: #064EE0; }
a { background-color: rgb(6,78,224); }
div.DivClassName
{
background-color: #064EE0;
}
.BgClassName
{
background-color: #064EE0;
}
</style>
border-color css
<style>
span { border-color: #064EE0; }
span { border-color: rgb(6,78,224); }
td.TdClassName
{
border-color: #064EE0;
}
.TagClassName
{
border-color: #064EE0;
}
</style>