Shades of Navy Blue #064FFE
Tints of Navy Blue #064FFE
RGB
CMYK
RGB Variations
Color information
#064FFE (or 0x064FFE) is known color: Navy Blue. HEX triplet: 06, 4F and FE. RGB value is (6,79,254). Sum of RGB (Red+Green+Blue) = 6+79+254=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #064FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064FFE is #F9B001. Grayscale: #4C4C4C. Windows color (decimal): -16363522 or 16666374. OLE color: 16666374.
HSL color Cylindrical-coordinate representation of color #064FFE: hue angle of 222.34º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #064FFE is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 79 | 254 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.00 |
| HSL | 222.34º | 0.99% | 0.51% | - |
| HSV(B) | 222.34º | 0.98% | 1% | - |
| XYZ | 20.76 | 12.79 | 95.14 | - |
| YUV | 77.12 | 227.82 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 254 | 0.98 | 0.69 | 0 | 0.00 | 222.34 | 0.99 | 0.51 |
| Hex | 6 | 4F | FE | 62 | 45 | 0 | 0 | DE | 63 | 33 |
| Octal | 6 | 117 | 376 | 142 | 105 | 0 | 0 | 336 | 143 | 63 |
| Binary | 110 | 1001111 | 11111110 | 1100010 | 1000101 | 0 | 0 | 11011110 | 1100011 | 110011 |
Color Harmonies of #064FFE
Complementary color
Monochromatic Colors of #064FFE
Black with #064FFE
Text Example
Text Example
White with #064FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064FFE; }
p { color: rgb(6,79,254); }
H1.HeaderClassName
{
color: #064FFE;
}
.AnyTagClassName
{
color: #064FFE;
}
</style>
background-color css
<style>
a { background-color: #064FFE; }
a { background-color: rgb(6,79,254); }
div.DivClassName
{
background-color: #064FFE;
}
.BgClassName
{
background-color: #064FFE;
}
</style>
border-color css
<style>
span { border-color: #064FFE; }
span { border-color: rgb(6,79,254); }
td.TdClassName
{
border-color: #064FFE;
}
.TagClassName
{
border-color: #064FFE;
}
</style>