Shades of Navy Blue #0764FC
Tints of Navy Blue #0764FC
RGB
CMYK
RGB Variations
Color information
#0764FC (or 0x0764FC) is known color: Navy Blue. HEX triplet: 07, 64 and FC. RGB value is (7,100,252). Sum of RGB (Red+Green+Blue) = 7+100+252=359 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.95% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #0764FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0764FC is #F89B03. Grayscale: #585858. Windows color (decimal): -16292612 or 16540679. OLE color: 16540679.
HSL color Cylindrical-coordinate representation of color #0764FC: hue angle of 217.22º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0764FC is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 100 | 252 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.01 |
| HSL | 217.22º | 0.98% | 0.51% | - |
| HSV(B) | 217.22º | 0.97% | 0.99% | - |
| XYZ | 22.22 | 16.19 | 94.05 | - |
| YUV | 89.52 | 219.69 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 252 | 0.97 | 0.60 | 0 | 0.01 | 217.22 | 0.98 | 0.51 |
| Hex | 7 | 64 | FC | 61 | 3C | 0 | 1 | D9 | 62 | 33 |
| Octal | 7 | 144 | 374 | 141 | 74 | 0 | 1 | 331 | 142 | 63 |
| Binary | 111 | 1100100 | 11111100 | 1100001 | 111100 | 0 | 1 | 11011001 | 1100010 | 110011 |
Color Harmonies of #0764FC
Complementary color
Monochromatic Colors of #0764FC
Black with #0764FC
Text Example
Text Example
White with #0764FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0764FC; }
p { color: rgb(7,100,252); }
H1.HeaderClassName
{
color: #0764FC;
}
.AnyTagClassName
{
color: #0764FC;
}
</style>
background-color css
<style>
a { background-color: #0764FC; }
a { background-color: rgb(7,100,252); }
div.DivClassName
{
background-color: #0764FC;
}
.BgClassName
{
background-color: #0764FC;
}
</style>
border-color css
<style>
span { border-color: #0764FC; }
span { border-color: rgb(7,100,252); }
td.TdClassName
{
border-color: #0764FC;
}
.TagClassName
{
border-color: #0764FC;
}
</style>