Shades of Navy Blue #0766FB
Tints of Navy Blue #0766FB
RGB
CMYK
RGB Variations
Color information
#0766FB (or 0x0766FB) is known color: Navy Blue. HEX triplet: 07, 66 and FB. RGB value is (7,102,251). Sum of RGB (Red+Green+Blue) = 7+102+251=360 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #0766FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0766FB is #F89904. Grayscale: #595959. Windows color (decimal): -16292101 or 16475655. OLE color: 16475655.
HSL color Cylindrical-coordinate representation of color #0766FB: hue angle of 216.64º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0766FB is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 102 | 251 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.02 |
| HSL | 216.64º | 0.97% | 0.51% | - |
| HSV(B) | 216.64º | 0.97% | 0.98% | - |
| XYZ | 22.25 | 16.51 | 93.28 | - |
| YUV | 90.58 | 218.53 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 251 | 0.97 | 0.59 | 0 | 0.02 | 216.64 | 0.97 | 0.51 |
| Hex | 7 | 66 | FB | 61 | 3B | 0 | 2 | D9 | 61 | 33 |
| Octal | 7 | 146 | 373 | 141 | 73 | 0 | 2 | 331 | 141 | 63 |
| Binary | 111 | 1100110 | 11111011 | 1100001 | 111011 | 0 | 10 | 11011001 | 1100001 | 110011 |
Color Harmonies of #0766FB
Complementary color
Monochromatic Colors of #0766FB
Black with #0766FB
Text Example
Text Example
White with #0766FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0766FB; }
p { color: rgb(7,102,251); }
H1.HeaderClassName
{
color: #0766FB;
}
.AnyTagClassName
{
color: #0766FB;
}
</style>
background-color css
<style>
a { background-color: #0766FB; }
a { background-color: rgb(7,102,251); }
div.DivClassName
{
background-color: #0766FB;
}
.BgClassName
{
background-color: #0766FB;
}
</style>
border-color css
<style>
span { border-color: #0766FB; }
span { border-color: rgb(7,102,251); }
td.TdClassName
{
border-color: #0766FB;
}
.TagClassName
{
border-color: #0766FB;
}
</style>