Shades of Navy Blue #077CC6
Tints of Navy Blue #077CC6
RGB
CMYK
RGB Variations
Color information
#077CC6 (or 0x077CC6) is known color: Navy Blue. HEX triplet: 07, 7C and C6. RGB value is (7,124,198). Sum of RGB (Red+Green+Blue) = 7+124+198=329 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 198 (77.73% from 255 or 60.18% from 329); Max value from RGB is 198 - color contains mainly: blue. Hex color #077CC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CC6 is #F88339. Grayscale: #616161. Windows color (decimal): -16286522 or 13007879. OLE color: 13007879.
HSL color Cylindrical-coordinate representation of color #077CC6: hue angle of 203.25º 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 #077CC6 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 124 | 198 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.22 |
| HSL | 203.25º | 0.93% | 0.4% | - |
| HSV(B) | 203.25º | 0.96% | 0.78% | - |
| XYZ | 17.49 | 18.54 | 56.08 | - |
| YUV | 97.45 | 184.74 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 198 | 0.96 | 0.37 | 0 | 0.22 | 203.25 | 0.93 | 0.4 |
| Hex | 7 | 7C | C6 | 60 | 25 | 0 | 16 | CB | 5D | 28 |
| Octal | 7 | 174 | 306 | 140 | 45 | 0 | 26 | 313 | 135 | 50 |
| Binary | 111 | 1111100 | 11000110 | 1100000 | 100101 | 0 | 10110 | 11001011 | 1011101 | 101000 |
Color Harmonies of #077CC6
Complementary color
Monochromatic Colors of #077CC6
Black with #077CC6
Text Example
Text Example
White with #077CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077CC6; }
p { color: rgb(7,124,198); }
H1.HeaderClassName
{
color: #077CC6;
}
.AnyTagClassName
{
color: #077CC6;
}
</style>
background-color css
<style>
a { background-color: #077CC6; }
a { background-color: rgb(7,124,198); }
div.DivClassName
{
background-color: #077CC6;
}
.BgClassName
{
background-color: #077CC6;
}
</style>
border-color css
<style>
span { border-color: #077CC6; }
span { border-color: rgb(7,124,198); }
td.TdClassName
{
border-color: #077CC6;
}
.TagClassName
{
border-color: #077CC6;
}
</style>