Shades of Navy Blue #077BC9
Tints of Navy Blue #077BC9
RGB
CMYK
RGB Variations
Color information
#077BC9 (or 0x077BC9) is known color: Navy Blue. HEX triplet: 07, 7B and C9. RGB value is (7,123,201). Sum of RGB (Red+Green+Blue) = 7+123+201=331 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #077BC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BC9 is #F88436. Grayscale: #606060. Windows color (decimal): -16286775 or 13204231. OLE color: 13204231.
HSL color Cylindrical-coordinate representation of color #077BC9: hue angle of 204.12º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077BC9 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 123 | 201 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.21 |
| HSL | 204.12º | 0.93% | 0.41% | - |
| HSV(B) | 204.12º | 0.97% | 0.79% | - |
| XYZ | 17.71 | 18.43 | 57.88 | - |
| YUV | 97.21 | 186.57 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 201 | 0.97 | 0.39 | 0 | 0.21 | 204.12 | 0.93 | 0.41 |
| Hex | 7 | 7B | C9 | 61 | 27 | 0 | 15 | CC | 5D | 29 |
| Octal | 7 | 173 | 311 | 141 | 47 | 0 | 25 | 314 | 135 | 51 |
| Binary | 111 | 1111011 | 11001001 | 1100001 | 100111 | 0 | 10101 | 11001100 | 1011101 | 101001 |
Color Harmonies of #077BC9
Complementary color
Monochromatic Colors of #077BC9
Black with #077BC9
Text Example
Text Example
White with #077BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BC9; }
p { color: rgb(7,123,201); }
H1.HeaderClassName
{
color: #077BC9;
}
.AnyTagClassName
{
color: #077BC9;
}
</style>
background-color css
<style>
a { background-color: #077BC9; }
a { background-color: rgb(7,123,201); }
div.DivClassName
{
background-color: #077BC9;
}
.BgClassName
{
background-color: #077BC9;
}
</style>
border-color css
<style>
span { border-color: #077BC9; }
span { border-color: rgb(7,123,201); }
td.TdClassName
{
border-color: #077BC9;
}
.TagClassName
{
border-color: #077BC9;
}
</style>