Shades of Navy Blue #064CE6
Tints of Navy Blue #064CE6
RGB
CMYK
RGB Variations
Color information
#064CE6 (or 0x064CE6) is known color: Navy Blue. HEX triplet: 06, 4C and E6. RGB value is (6,76,230). Sum of RGB (Red+Green+Blue) = 6+76+230=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 230 (90.23% from 255 or 73.72% from 312); Max value from RGB is 230 - color contains mainly: blue. Hex color #064CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064CE6 is #F9B319. Grayscale: #474747. Windows color (decimal): -16364314 or 15092742. OLE color: 15092742.
HSL color Cylindrical-coordinate representation of color #064CE6: hue angle of 221.25º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064CE6 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 76 | 230 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.10 |
| HSL | 221.25º | 0.95% | 0.46% | - |
| HSV(B) | 221.25º | 0.97% | 0.9% | - |
| XYZ | 16.94 | 10.92 | 76.08 | - |
| YUV | 72.63 | 216.81 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 230 | 0.97 | 0.67 | 0 | 0.10 | 221.25 | 0.95 | 0.46 |
| Hex | 6 | 4C | E6 | 61 | 43 | 0 | A | DD | 5F | 2E |
| Octal | 6 | 114 | 346 | 141 | 103 | 0 | 12 | 335 | 137 | 56 |
| Binary | 110 | 1001100 | 11100110 | 1100001 | 1000011 | 0 | 1010 | 11011101 | 1011111 | 101110 |
Color Harmonies of #064CE6
Complementary color
Monochromatic Colors of #064CE6
Black with #064CE6
Text Example
Text Example
White with #064CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064CE6; }
p { color: rgb(6,76,230); }
H1.HeaderClassName
{
color: #064CE6;
}
.AnyTagClassName
{
color: #064CE6;
}
</style>
background-color css
<style>
a { background-color: #064CE6; }
a { background-color: rgb(6,76,230); }
div.DivClassName
{
background-color: #064CE6;
}
.BgClassName
{
background-color: #064CE6;
}
</style>
border-color css
<style>
span { border-color: #064CE6; }
span { border-color: rgb(6,76,230); }
td.TdClassName
{
border-color: #064CE6;
}
.TagClassName
{
border-color: #064CE6;
}
</style>