Shades of Navy Blue #077BCC
Tints of Navy Blue #077BCC
RGB
CMYK
RGB Variations
Color information
#077BCC (or 0x077BCC) is known color: Navy Blue. HEX triplet: 07, 7B and CC. RGB value is (7,123,204). Sum of RGB (Red+Green+Blue) = 7+123+204=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #077BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BCC is #F88433. Grayscale: #616161. Windows color (decimal): -16286772 or 13400839. OLE color: 13400839.
HSL color Cylindrical-coordinate representation of color #077BCC: hue angle of 204.67º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077BCC is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 123 | 204 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.2 |
| HSL | 204.67º | 0.93% | 0.41% | - |
| HSV(B) | 204.67º | 0.97% | 0.8% | - |
| XYZ | 18.07 | 18.57 | 59.76 | - |
| YUV | 97.55 | 188.07 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 204 | 0.97 | 0.40 | 0 | 0.2 | 204.67 | 0.93 | 0.41 |
| Hex | 7 | 7B | CC | 61 | 28 | 0 | 14 | CD | 5D | 29 |
| Octal | 7 | 173 | 314 | 141 | 50 | 0 | 24 | 315 | 135 | 51 |
| Binary | 111 | 1111011 | 11001100 | 1100001 | 101000 | 0 | 10100 | 11001101 | 1011101 | 101001 |
Color Harmonies of #077BCC
Complementary color
Monochromatic Colors of #077BCC
Black with #077BCC
Text Example
Text Example
White with #077BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BCC; }
p { color: rgb(7,123,204); }
H1.HeaderClassName
{
color: #077BCC;
}
.AnyTagClassName
{
color: #077BCC;
}
</style>
background-color css
<style>
a { background-color: #077BCC; }
a { background-color: rgb(7,123,204); }
div.DivClassName
{
background-color: #077BCC;
}
.BgClassName
{
background-color: #077BCC;
}
</style>
border-color css
<style>
span { border-color: #077BCC; }
span { border-color: rgb(7,123,204); }
td.TdClassName
{
border-color: #077BCC;
}
.TagClassName
{
border-color: #077BCC;
}
</style>