Shades of Navy Blue #0077BF
Tints of Navy Blue #0077BF
RGB
CMYK
RGB Variations
Color information
#0077BF (or 0x0077BF) is known color: Navy Blue. HEX triplet: 00, 77 and BF. RGB value is (0,119,191). Sum of RGB (Red+Green+Blue) = 0+119+191=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #0077BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0077BF is #FF8840. Grayscale: #5B5B5B. Windows color (decimal): -16746561 or 12547840. OLE color: 12547840.
HSL color Cylindrical-coordinate representation of color #0077BF: hue angle of 202.62º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0077BF is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 119 | 191 | - |
| CMYK | 1 | 0.38 | 0 | 0.25 |
| HSL | 202.62º | 1% | 0.37% | - |
| HSV(B) | 202.62º | 1% | 0.75% | - |
| XYZ | 16 | 16.96 | 51.72 | - |
| YUV | 91.63 | 184.08 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 191 | 1 | 0.38 | 0 | 0.25 | 202.62 | 1 | 0.37 |
| Hex | 0 | 77 | BF | 64 | 26 | 0 | 19 | CB | 64 | 25 |
| Octal | 0 | 167 | 277 | 144 | 46 | 0 | 31 | 313 | 144 | 45 |
| Binary | 0 | 1110111 | 10111111 | 1100100 | 100110 | 0 | 11001 | 11001011 | 1100100 | 100101 |
Color Harmonies of #0077BF
Complementary color
Monochromatic Colors of #0077BF
Black with #0077BF
Text Example
Text Example
White with #0077BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0077BF; }
p { color: rgb(0,119,191); }
H1.HeaderClassName
{
color: #0077BF;
}
.AnyTagClassName
{
color: #0077BF;
}
</style>
background-color css
<style>
a { background-color: #0077BF; }
a { background-color: rgb(0,119,191); }
div.DivClassName
{
background-color: #0077BF;
}
.BgClassName
{
background-color: #0077BF;
}
</style>
border-color css
<style>
span { border-color: #0077BF; }
span { border-color: rgb(0,119,191); }
td.TdClassName
{
border-color: #0077BF;
}
.TagClassName
{
border-color: #0077BF;
}
</style>