Shades of Navy Blue #0764BF
Tints of Navy Blue #0764BF
RGB
CMYK
RGB Variations
Color information
#0764BF (or 0x0764BF) is known color: Navy Blue. HEX triplet: 07, 64 and BF. RGB value is (7,100,191). Sum of RGB (Red+Green+Blue) = 7+100+191=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #0764BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0764BF is #F89B40. Grayscale: #525252. Windows color (decimal): -16292673 or 12542983. OLE color: 12542983.
HSL color Cylindrical-coordinate representation of color #0764BF: hue angle of 209.67º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0764BF is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 100 | 191 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.25 |
| HSL | 209.67º | 0.93% | 0.39% | - |
| HSV(B) | 209.67º | 0.96% | 0.75% | - |
| XYZ | 14.05 | 12.92 | 51.04 | - |
| YUV | 82.57 | 189.19 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 191 | 0.96 | 0.48 | 0 | 0.25 | 209.67 | 0.93 | 0.39 |
| Hex | 7 | 64 | BF | 60 | 30 | 0 | 19 | D2 | 5D | 27 |
| Octal | 7 | 144 | 277 | 140 | 60 | 0 | 31 | 322 | 135 | 47 |
| Binary | 111 | 1100100 | 10111111 | 1100000 | 110000 | 0 | 11001 | 11010010 | 1011101 | 100111 |
Color Harmonies of #0764BF
Complementary color
Monochromatic Colors of #0764BF
Black with #0764BF
Text Example
Text Example
White with #0764BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0764BF; }
p { color: rgb(7,100,191); }
H1.HeaderClassName
{
color: #0764BF;
}
.AnyTagClassName
{
color: #0764BF;
}
</style>
background-color css
<style>
a { background-color: #0764BF; }
a { background-color: rgb(7,100,191); }
div.DivClassName
{
background-color: #0764BF;
}
.BgClassName
{
background-color: #0764BF;
}
</style>
border-color css
<style>
span { border-color: #0764BF; }
span { border-color: rgb(7,100,191); }
td.TdClassName
{
border-color: #0764BF;
}
.TagClassName
{
border-color: #0764BF;
}
</style>