Shades of Navy Blue #064CFC
Tints of Navy Blue #064CFC
RGB
CMYK
RGB Variations
Color information
#064CFC (or 0x064CFC) is known color: Navy Blue. HEX triplet: 06, 4C and FC. RGB value is (6,76,252). Sum of RGB (Red+Green+Blue) = 6+76+252=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #064CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064CFC is #F9B303. Grayscale: #4A4A4A. Windows color (decimal): -16364292 or 16534534. OLE color: 16534534.
HSL color Cylindrical-coordinate representation of color #064CFC: hue angle of 222.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #064CFC is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 76 | 252 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.01 |
| HSL | 222.93º | 0.98% | 0.51% | - |
| HSV(B) | 222.93º | 0.98% | 0.99% | - |
| XYZ | 20.23 | 12.24 | 93.39 | - |
| YUV | 75.13 | 227.81 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 252 | 0.98 | 0.70 | 0 | 0.01 | 222.93 | 0.98 | 0.51 |
| Hex | 6 | 4C | FC | 62 | 46 | 0 | 1 | DF | 62 | 33 |
| Octal | 6 | 114 | 374 | 142 | 106 | 0 | 1 | 337 | 142 | 63 |
| Binary | 110 | 1001100 | 11111100 | 1100010 | 1000110 | 0 | 1 | 11011111 | 1100010 | 110011 |
Color Harmonies of #064CFC
Complementary color
Monochromatic Colors of #064CFC
Black with #064CFC
Text Example
Text Example
White with #064CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064CFC; }
p { color: rgb(6,76,252); }
H1.HeaderClassName
{
color: #064CFC;
}
.AnyTagClassName
{
color: #064CFC;
}
</style>
background-color css
<style>
a { background-color: #064CFC; }
a { background-color: rgb(6,76,252); }
div.DivClassName
{
background-color: #064CFC;
}
.BgClassName
{
background-color: #064CFC;
}
</style>
border-color css
<style>
span { border-color: #064CFC; }
span { border-color: rgb(6,76,252); }
td.TdClassName
{
border-color: #064CFC;
}
.TagClassName
{
border-color: #064CFC;
}
</style>