Shades of Navy Blue #064EE8
Tints of Navy Blue #064EE8
RGB
CMYK
RGB Variations
Color information
#064EE8 (or 0x064EE8) is known color: Navy Blue. HEX triplet: 06, 4E and E8. RGB value is (6,78,232). Sum of RGB (Red+Green+Blue) = 6+78+232=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 232 (91.02% from 255 or 73.42% from 316); Max value from RGB is 232 - color contains mainly: blue. Hex color #064EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064EE8 is #F9B117. Grayscale: #494949. Windows color (decimal): -16363800 or 15224326. OLE color: 15224326.
HSL color Cylindrical-coordinate representation of color #064EE8: hue angle of 220.88º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064EE8 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 78 | 232 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.09 |
| HSL | 220.89º | 0.95% | 0.47% | - |
| HSV(B) | 220.89º | 0.97% | 0.91% | - |
| XYZ | 17.36 | 11.31 | 77.61 | - |
| YUV | 74.03 | 217.15 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 232 | 0.97 | 0.66 | 0 | 0.09 | 220.89 | 0.95 | 0.47 |
| Hex | 6 | 4E | E8 | 61 | 42 | 0 | 9 | DD | 5F | 2F |
| Octal | 6 | 116 | 350 | 141 | 102 | 0 | 11 | 335 | 137 | 57 |
| Binary | 110 | 1001110 | 11101000 | 1100001 | 1000010 | 0 | 1001 | 11011101 | 1011111 | 101111 |
Color Harmonies of #064EE8
Complementary color
Monochromatic Colors of #064EE8
Black with #064EE8
Text Example
Text Example
White with #064EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064EE8; }
p { color: rgb(6,78,232); }
H1.HeaderClassName
{
color: #064EE8;
}
.AnyTagClassName
{
color: #064EE8;
}
</style>
background-color css
<style>
a { background-color: #064EE8; }
a { background-color: rgb(6,78,232); }
div.DivClassName
{
background-color: #064EE8;
}
.BgClassName
{
background-color: #064EE8;
}
</style>
border-color css
<style>
span { border-color: #064EE8; }
span { border-color: rgb(6,78,232); }
td.TdClassName
{
border-color: #064EE8;
}
.TagClassName
{
border-color: #064EE8;
}
</style>