Shades of Navy Blue #0766BE
Tints of Navy Blue #0766BE
RGB
CMYK
RGB Variations
Color information
#0766BE (or 0x0766BE) is known color: Navy Blue. HEX triplet: 07, 66 and BE. RGB value is (7,102,190). Sum of RGB (Red+Green+Blue) = 7+102+190=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #0766BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0766BE is #F89941. Grayscale: #535353. Windows color (decimal): -16292162 or 12477959. OLE color: 12477959.
HSL color Cylindrical-coordinate representation of color #0766BE: hue angle of 208.85º 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 #0766BE is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 102 | 190 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.25 |
| HSL | 208.85º | 0.93% | 0.39% | - |
| HSV(B) | 208.85º | 0.96% | 0.75% | - |
| XYZ | 14.13 | 13.27 | 50.53 | - |
| YUV | 83.63 | 188.03 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 190 | 0.96 | 0.46 | 0 | 0.25 | 208.85 | 0.93 | 0.39 |
| Hex | 7 | 66 | BE | 60 | 2E | 0 | 19 | D1 | 5D | 27 |
| Octal | 7 | 146 | 276 | 140 | 56 | 0 | 31 | 321 | 135 | 47 |
| Binary | 111 | 1100110 | 10111110 | 1100000 | 101110 | 0 | 11001 | 11010001 | 1011101 | 100111 |
Color Harmonies of #0766BE
Complementary color
Monochromatic Colors of #0766BE
Black with #0766BE
Text Example
Text Example
White with #0766BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0766BE; }
p { color: rgb(7,102,190); }
H1.HeaderClassName
{
color: #0766BE;
}
.AnyTagClassName
{
color: #0766BE;
}
</style>
background-color css
<style>
a { background-color: #0766BE; }
a { background-color: rgb(7,102,190); }
div.DivClassName
{
background-color: #0766BE;
}
.BgClassName
{
background-color: #0766BE;
}
</style>
border-color css
<style>
span { border-color: #0766BE; }
span { border-color: rgb(7,102,190); }
td.TdClassName
{
border-color: #0766BE;
}
.TagClassName
{
border-color: #0766BE;
}
</style>