Shades of Navy Blue #077BC6
Tints of Navy Blue #077BC6
RGB
CMYK
RGB Variations
Color information
#077BC6 (or 0x077BC6) is known color: Navy Blue. HEX triplet: 07, 7B and C6. RGB value is (7,123,198). Sum of RGB (Red+Green+Blue) = 7+123+198=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 198 (77.73% from 255 or 60.37% from 328); Max value from RGB is 198 - color contains mainly: blue. Hex color #077BC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BC6 is #F88439. Grayscale: #606060. Windows color (decimal): -16286778 or 13007623. OLE color: 13007623.
HSL color Cylindrical-coordinate representation of color #077BC6: hue angle of 203.56º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077BC6 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 123 | 198 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.22 |
| HSL | 203.56º | 0.93% | 0.4% | - |
| HSV(B) | 203.56º | 0.96% | 0.78% | - |
| XYZ | 17.36 | 18.29 | 56.04 | - |
| YUV | 96.87 | 185.07 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 198 | 0.96 | 0.38 | 0 | 0.22 | 203.56 | 0.93 | 0.4 |
| Hex | 7 | 7B | C6 | 60 | 26 | 0 | 16 | CC | 5D | 28 |
| Octal | 7 | 173 | 306 | 140 | 46 | 0 | 26 | 314 | 135 | 50 |
| Binary | 111 | 1111011 | 11000110 | 1100000 | 100110 | 0 | 10110 | 11001100 | 1011101 | 101000 |
Color Harmonies of #077BC6
Complementary color
Monochromatic Colors of #077BC6
Black with #077BC6
Text Example
Text Example
White with #077BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BC6; }
p { color: rgb(7,123,198); }
H1.HeaderClassName
{
color: #077BC6;
}
.AnyTagClassName
{
color: #077BC6;
}
</style>
background-color css
<style>
a { background-color: #077BC6; }
a { background-color: rgb(7,123,198); }
div.DivClassName
{
background-color: #077BC6;
}
.BgClassName
{
background-color: #077BC6;
}
</style>
border-color css
<style>
span { border-color: #077BC6; }
span { border-color: rgb(7,123,198); }
td.TdClassName
{
border-color: #077BC6;
}
.TagClassName
{
border-color: #077BC6;
}
</style>