Shades of Navy Blue #0677BE
Tints of Navy Blue #0677BE
RGB
CMYK
RGB Variations
Color information
#0677BE (or 0x0677BE) is known color: Navy Blue. HEX triplet: 06, 77 and BE. RGB value is (6,119,190). Sum of RGB (Red+Green+Blue) = 6+119+190=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #0677BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0677BE is #F98841. Grayscale: #5C5C5C. Windows color (decimal): -16353346 or 12482310. OLE color: 12482310.
HSL color Cylindrical-coordinate representation of color #0677BE: hue angle of 203.15º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0677BE is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 119 | 190 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.25 |
| HSL | 203.15º | 0.94% | 0.38% | - |
| HSV(B) | 203.15º | 0.97% | 0.75% | - |
| XYZ | 15.97 | 16.95 | 51.15 | - |
| YUV | 93.31 | 182.56 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 190 | 0.97 | 0.37 | 0 | 0.25 | 203.15 | 0.94 | 0.38 |
| Hex | 6 | 77 | BE | 61 | 25 | 0 | 19 | CB | 5E | 26 |
| Octal | 6 | 167 | 276 | 141 | 45 | 0 | 31 | 313 | 136 | 46 |
| Binary | 110 | 1110111 | 10111110 | 1100001 | 100101 | 0 | 11001 | 11001011 | 1011110 | 100110 |
Color Harmonies of #0677BE
Complementary color
Monochromatic Colors of #0677BE
Black with #0677BE
Text Example
Text Example
White with #0677BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0677BE; }
p { color: rgb(6,119,190); }
H1.HeaderClassName
{
color: #0677BE;
}
.AnyTagClassName
{
color: #0677BE;
}
</style>
background-color css
<style>
a { background-color: #0677BE; }
a { background-color: rgb(6,119,190); }
div.DivClassName
{
background-color: #0677BE;
}
.BgClassName
{
background-color: #0677BE;
}
</style>
border-color css
<style>
span { border-color: #0677BE; }
span { border-color: rgb(6,119,190); }
td.TdClassName
{
border-color: #0677BE;
}
.TagClassName
{
border-color: #0677BE;
}
</style>