Shades of Navy Blue #0077BE
Tints of Navy Blue #0077BE
RGB
CMYK
RGB Variations
Color information
#0077BE (or 0x0077BE) is known color: Navy Blue. HEX triplet: 00, 77 and BE. RGB value is (0,119,190). Sum of RGB (Red+Green+Blue) = 0+119+190=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #0077BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0077BE is #FF8841. Grayscale: #5B5B5B. Windows color (decimal): -16746562 or 12482304. OLE color: 12482304.
HSL color Cylindrical-coordinate representation of color #0077BE: hue angle of 202.42º 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 #0077BE is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 119 | 190 | - |
| CMYK | 1 | 0.37 | 0 | 0.25 |
| HSL | 202.42º | 1% | 0.37% | - |
| HSV(B) | 202.42º | 1% | 0.75% | - |
| XYZ | 15.89 | 16.91 | 51.14 | - |
| YUV | 91.51 | 183.58 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 190 | 1 | 0.37 | 0 | 0.25 | 202.42 | 1 | 0.37 |
| Hex | 0 | 77 | BE | 64 | 25 | 0 | 19 | CA | 64 | 25 |
| Octal | 0 | 167 | 276 | 144 | 45 | 0 | 31 | 312 | 144 | 45 |
| Binary | 0 | 1110111 | 10111110 | 1100100 | 100101 | 0 | 11001 | 11001010 | 1100100 | 100101 |
Color Harmonies of #0077BE
Complementary color
Monochromatic Colors of #0077BE
Black with #0077BE
Text Example
Text Example
White with #0077BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0077BE; }
p { color: rgb(0,119,190); }
H1.HeaderClassName
{
color: #0077BE;
}
.AnyTagClassName
{
color: #0077BE;
}
</style>
background-color css
<style>
a { background-color: #0077BE; }
a { background-color: rgb(0,119,190); }
div.DivClassName
{
background-color: #0077BE;
}
.BgClassName
{
background-color: #0077BE;
}
</style>
border-color css
<style>
span { border-color: #0077BE; }
span { border-color: rgb(0,119,190); }
td.TdClassName
{
border-color: #0077BE;
}
.TagClassName
{
border-color: #0077BE;
}
</style>